33
0
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:
Sebastian Enns 2019-10-01 14:07:40 +02:00
commit bdd05fec59
4 changed files with 8 additions and 8 deletions

View File

@ -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")
);