6 changed files with 57 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||||||
|
class AddJointTenancyField < ActiveRecord::Migration[6.1] |
||||||
|
def change |
||||||
|
change_table :case_logs, bulk: true do |t| |
||||||
|
t.column :joint_tenancy, :integer |
||||||
|
end |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue