copy timeline here
This commit is contained in:
6
db/migrate/20230603150133_fix_column_name.rb
Normal file
6
db/migrate/20230603150133_fix_column_name.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class FixColumnName < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
rename_column :members, :left, :leaving
|
||||
rename_column :members, :arrived, :arriving
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user