mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-10 07:28:26 +00:00
Error in PostgreSQL update SQL
This commit is contained in:
parent
872b4fabdd
commit
b3a99666ea
@ -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")
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user