We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba4ab8 commit a5ba571Copy full SHA for a5ba571
1 file changed
db/migrate/20260313201123_add_type_to_items.rb
@@ -5,7 +5,7 @@ def up
5
end
6
7
def down
8
- add_column :items, :type, :string, default: 'ConcreteItem', null: false
+ remove_column :items, :type
9
10
11
0 commit comments