mantis 8200: move changes in PGSQL from last commit to a new transaction (13)

0.9.0.1-postfixes
UbitUmarov 2017-11-12 09:16:32 +00:00
parent 6a75b7c65e
commit f2b54c8cf9
1 changed files with 15 additions and 10 deletions

View File

@ -2,16 +2,6 @@
BEGIN TRANSACTION;
-- ----------------------------
-- SEQUENCE estate_settings_id
-- ----------------------------
CREATE SEQUENCE IF NOT EXISTS "public"."estate_settings_id"
INCREMENT 100
MINVALUE 1
MAXVALUE 9223372036854775807
START 100
CACHE 1;
-- ----------------------------
-- Table structure for estate_groups
-- ----------------------------
@ -120,3 +110,18 @@ CREATE INDEX IF NOT EXISTS "ix_estateban" ON "public"."estateban" USING btree("
COMMIT;
:VERSION 13
BEGIN TRASACTION;
-- ----------------------------
-- SEQUENCE estate_settings_id
-- ----------------------------
CREATE SEQUENCE IF NOT EXISTS "public"."estate_settings_id"
INCREMENT 100
MINVALUE 1
MAXVALUE 9223372036854775807
START 100
CACHE 1;
COMMIT;