2 changed files with 10 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddCreationMethodToLettingsLogs < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :lettings_logs, :creation_method, :integer, default: 1 |
||||||
|
end |
||||||
|
end |
||||||
Loading…
Reference in new issue