31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-31 12:50:47 +00:00

Error in PostgreSQL update SQL

This commit is contained in:
SharkyKZ 2019-11-21 09:59:56 +02:00 committed by GitHub
parent 872b4fabdd
commit b3a99666ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,5 @@ CREATE TABLE IF NOT EXISTS "#__patchtester_chain" (
"id" serial NOT NULL,
"insert_id" bigint NOT NULL,
"pull_id" bigint NOT NULL,
PRIMARY KEY (`id`)
PRIMARY KEY ("id")
);