]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
added migration SQL schema for postgres 5426/head
authorArsen Stasic <arsen.stasic@gmail.com>
Mon, 19 Jun 2017 07:22:29 +0000 (09:22 +0200)
committerArsen Stasic <arsen.stasic@gmail.com>
Mon, 19 Jun 2017 07:22:29 +0000 (09:22 +0200)
modules/gpgsqlbackend/3.4.0_to_4.1.0_schema.pgsql.sql [new file with mode: 0644]

diff --git a/modules/gpgsqlbackend/3.4.0_to_4.1.0_schema.pgsql.sql b/modules/gpgsqlbackend/3.4.0_to_4.1.0_schema.pgsql.sql
new file mode 100644 (file)
index 0000000..6c4f660
--- /dev/null
@@ -0,0 +1 @@
+ALTER TABLE records ALTER id TYPE BIGINT;