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

16 lines
332 B

use billing;
DROP TABLE `invoice_template_resource`;
alter table invoice_template
drop column name,
drop column x_title,
drop column y_title,
drop column rows_title,
drop column x_mid,
drop column y_mid,
drop column rows_mid,
drop column x_last,
drop column y_last,
drop column rows_last;