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/base/6435_not_replicated.down

10 lines
235 B

use kamailio;
ALTER TABLE `acc_backup` DROP COLUMN `time_hires`;
ALTER TABLE `acc_trash` DROP COLUMN `time_hires`;
use accounting;
ALTER TABLE `acc_backup` DROP COLUMN `time_hires`;
ALTER TABLE `acc_trash` DROP COLUMN `time_hires`;