-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old add_columns_to_state_file_w2, replace with one that doesn'…
…t have not-null constraint
- Loading branch information
1 parent
34fdd96
commit 84395c7
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |