Mercurial > hg > orthanc-databases
view PostgreSQL/Plugins/SQL/Downgrades/Rev699ToRev6.sql @ 756:97da5aa716a0 pg-next-699
renaming supports_extended_queues as supports_reserve_queue_value
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 18 Nov 2025 18:37:45 +0100 |
| parents | 2382e6fab2b6 |
| children |
line wrap: on
line source
ALTER TABLE InvalidChildCounts DROP COLUMN pk; ALTER TABLE GlobalIntegersChanges DROP COLUMN pk; ---------- -- set the global properties that actually documents the DB version, revision and some of the capabilities -- modify only the ones that have changed DELETE FROM GlobalProperties WHERE property IN (4); INSERT INTO GlobalProperties VALUES (4, 6); -- GlobalProperty_DatabasePatchLevel
