You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15884.down

10 lines
201 B

use provisioning;
alter table recording_streams
drop column storage_file,
drop column storage_db,
drop column storage_s3,
drop column storage_gcs,
drop column s3_uri,
drop column gcs_uri;