fp/services/migrations-schema/migrations/00018_add-stream-status-def...

6 lines
154 B
MySQL
Raw Normal View History

2024-08-17 02:42:44 +00:00
ALTER TABLE IF EXISTS api.streams
DROP COLUMN IF EXISTS status;
ALTER TABLE api.streams
ADD COLUMN status TEXT NOT NULL DEFAULT 'pending_recording';