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/15744.down

12 lines
182 B

use billing;
set autocommit=0;
ALTER TABLE ncos_levels
DROP CONSTRAINT `nl_time_set_id_ref`,
DROP `time_set_id`;
DROP TABLE `ncos_set_levels`;
DROP TABLE `ncos_sets`;
commit;