# HG changeset patch # User Bernhard Reiter # Date 1566400620 -7200 # Node ID c831dcad8a10f1fbc4fbfdeade4daf1ff330d368 # Parent 27ed6f709195dc4bb8f0683740f6b7fdd3083b96 add db update skript for the sysconfig removal * Dropping the namespace `sysconfig` as cascade also removes the table, the contents and the priviledges. Is a part of 4318:27ed6f709195. diff -r 27ed6f709195 -r c831dcad8a10 schema/updates/1110/01.remove_systemconf.sql --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/schema/updates/1110/01.remove_systemconf.sql Wed Aug 21 17:17:00 2019 +0200 @@ -0,0 +1,1 @@ +DROP SCHEMA systemconf CASCADE; diff -r 27ed6f709195 -r c831dcad8a10 schema/version.sql --- a/schema/version.sql Wed Aug 21 16:17:46 2019 +0200 +++ b/schema/version.sql Wed Aug 21 17:17:00 2019 +0200 @@ -1,1 +1,1 @@ -INSERT INTO gemma_schema_version(version) VALUES (1107); +INSERT INTO gemma_schema_version(version) VALUES (1110);