fp/services/migrations-schema/migrations/00017_add-stream-status-col...

5 lines
159 B
MySQL
Raw Normal View History

2024-08-17 02:42:44 +00:00
ALTER TABLE IF EXISTS api.streams
ADD COLUMN updated_at timestamp(6) without time zone;
ALTER TABLE IF EXISTS api.streams
ADD COLUMN status TEXT NOT NULL;