fp/services/migrations-schema/migrations/00013_rename-segments-order...

5 lines
167 B
MySQL
Raw Normal View History

2024-08-17 02:42:44 +00:00
ALTER TABLE IF EXISTS api.records_segments
DROP COLUMN segments_order;
ALTER TABLE IF EXISTS api.records_segments
ADD COLUMN segment_order INT NOT NULL DEFAULT 0;