2 lines
102 B
SQL
2 lines
102 B
SQL
DROP TABLE IF EXISTS group_call_rtmp_keys;
|
|
ALTER TABLE group_calls DROP COLUMN IF EXISTS rtmp_stream;
|