Drop states column

This commit is contained in:
2025-10-08 08:14:14 -07:00
parent 513f1334fb
commit 7bf4073bd2
5 changed files with 10 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
class DropParkStates < ActiveRecord::Migration[8.0]
def change
remove_column :parks, :states, :text
end
end