salix/db/versions/.archive/10315-purpleDracena/00-firstScript.sql

7 lines
160 B
SQL

-- Place your SQL code here
ALTER TABLE `postgresql`.`bank_account`
RENAME TO `postgresql`.`bank_account__` ;
ALTER TABLE `vn`.`client`
DROP COLUMN `cc__`;