init push
This commit is contained in:
9
migrations/20260424_facilities_sortkey.sql
Normal file
9
migrations/20260424_facilities_sortkey.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE facilities
|
||||
ADD COLUMN sortkey INT NULL AFTER type,
|
||||
ADD KEY idx_facilities_sortkey (sortkey);
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE facilities
|
||||
DROP KEY idx_facilities_sortkey,
|
||||
DROP COLUMN sortkey;
|
||||
Reference in New Issue
Block a user