Files
unicenta-opos/src/main/resources/com/unicenta/pos/scripts/MySQL-upgrade_master.sql
T

4 lines
161 B
SQL
Raw Normal View History

2026-01-09 17:43:55 +00:00
ALTER TABLE people ADD COLUMN IF NOT EXISTS taxId VARCHAR(255) AFTER apppassword;
UPDATE applications SET version = $APP_VERSION{} WHERE id = $APP_ID{};
2024-09-07 13:56:23 +01:00
COMMIT;