core-jgi/migration-historic/330-331b/postgresql/010_BF1788185.sql

9 lines
226 B
MySQL
Raw Permalink Normal View History

ALTER TABLE i_invoice ALTER COLUMN taxindicator TYPE varchar(10);
ALTER TABLE i_order ALTER COLUMN taxindicator TYPE varchar(10);
UPDATE AD_COLUMN
SET fieldlength = 10
WHERE ad_column_id IN (8991, 9186);
COMMIT;