init push
This commit is contained in:
7
migrations/20260610_drop_counter_from_helicopters.sql
Normal file
7
migrations/20260610_drop_counter_from_helicopters.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE helicopters
|
||||
DROP COLUMN counter;
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE helicopters
|
||||
ADD COLUMN counter INT NOT NULL DEFAULT 0 AFTER sortkey;
|
||||
Reference in New Issue
Block a user