feat: refs #7496 changesRequested
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-06-07 07:05:22 +02:00
parent 1ca7b75ce3
commit f7c2fd824f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ALTER TABLE vn.ticket MODIFY COLUMN IF EXISTS isLabeled__ tinyint(1) DEFAULT 0 NOT NULL COMMENT 'refs #7496 deprecated 2024-06-20';
ALTER TABLE IF EXISTS vn.forecastedBalance RENAME vn2008.call_information__;
ALTER TABLE IF EXISTS vn.forecastedBalance COMMENT='@deprecated 2024-05-21';
ALTER TABLE IF EXISTS vn.forecastedBalance RENAME vn.forecastedBalance__ ;
ALTER TABLE IF EXISTS vn.forecastedBalance__ COMMENT='@deprecated 2024-05-21';