From: Arsen Stasic Date: Mon, 19 Jun 2017 07:22:29 +0000 (+0200) Subject: added migration SQL schema for postgres X-Git-Tag: rec-4.1.0-alpha1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b28ba2ddd05d8f20ec2218dbc70e14fa7c41e72;p=thirdparty%2Fpdns.git added migration SQL schema for postgres --- 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 index 0000000000..6c4f660a1d --- /dev/null +++ b/modules/gpgsqlbackend/3.4.0_to_4.1.0_schema.pgsql.sql @@ -0,0 +1 @@ +ALTER TABLE records ALTER id TYPE BIGINT;