]> git.ipfire.org Git - thirdparty/pdns.git/commit
altered postgres schema to match mysql schema 5391/head
authorArsen Stasic <arsen.stasic@gmail.com>
Mon, 12 Jun 2017 12:01:30 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2017 12:01:30 +0000 (14:01 +0200)
commit92585308f0b2e58b4844b05011cc6dc45905a8d8
tree852a98b0450c4bf242f5eaa583f128b0fa4b8c1d
parentbddfc8e59dabaabf43b603e6b8a9cc8df116fc76
altered postgres schema to match mysql schema

mysql uses BIGINT for records id field, with this patch postgres is going to use BIGINT (BIGSERIAL) too
modules/gpgsqlbackend/schema.pgsql.sql