mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Remove 'import_file_path' from bank_statements model
This commit is contained in:
parent
fbef572dfc
commit
04377d8997
3 changed files with 13 additions and 3 deletions
|
@ -0,0 +1,9 @@
|
|||
class RemoveImportFilePathFromBankStatements < ActiveRecord::Migration[6.0]
|
||||
def up
|
||||
remove_column :bank_statements, :import_file_path
|
||||
end
|
||||
|
||||
def down
|
||||
add_column :bank_statements, :import_file_path, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue