Skip to content

Commit 5b54977

Browse files
committed
Remove extra line from migration
1 parent 0810c65 commit 5b54977

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class AddPassportApplicationFormRefToPassportCases < ActiveRecord::Migration[8.0]
22
def change
3-
execute "DELETE FROM passport_cases"
43
add_reference :passport_cases, :application_form, type: :string
54
end
65
end

0 commit comments

Comments
 (0)