Skip to content

Commit

Permalink
Remove old add_columns_to_state_file_w2, replace with one that doesn'…
Browse files Browse the repository at this point in the history
…t have not-null constraint
  • Loading branch information
jenny-heath committed Oct 28, 2024
1 parent 34fdd96 commit 84395c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions db/migrate/20241017215227_add_columns_to_state_file_w2.rb

This file was deleted.

6 changes: 6 additions & 0 deletions db/migrate/20241028231420_add_columns_to_state_file_w2.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddColumnsToStateFileW2 < ActiveRecord::Migration[7.1]
def change
add_column :state_file_w2s, :employer_name, :string
add_column :state_file_w2s, :employee_name, :string
end
end

0 comments on commit 84395c7

Please sign in to comment.