Skip to content

Commit a5ba571

Browse files
committed
oooops
1 parent cba4ab8 commit a5ba571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/migrate/20260313201123_add_type_to_items.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def up
55
end
66

77
def down
8-
add_column :items, :type, :string, default: 'ConcreteItem', null: false
8+
remove_column :items, :type
99
end
1010

1111
end

0 commit comments

Comments
 (0)