mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev
This commit is contained in:
commit
bdd05fec59
@ -24,5 +24,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…
Reference in New Issue
Block a user