Drop states column
This commit is contained in:
5
db/migrate/20251008151039_drop_park_states.rb
Normal file
5
db/migrate/20251008151039_drop_park_states.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropParkStates < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
remove_column :parks, :states, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user