mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-25 16:18:26 +00:00
Merge pull request #77 from sovainfo/patch-1
Remove if not existst on _patchtester_pulls
This commit is contained in:
commit
7135cff379
@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE IF NOT EXISTS [#__patchtester_pulls] (
|
CREATE TABLE [#__patchtester_pulls] (
|
||||||
[id] [bigint] IDENTITY(1,1) NOT NULL,
|
[id] [bigint] IDENTITY(1,1) NOT NULL,
|
||||||
[pull_id] [bigint] NOT NULL,
|
[pull_id] [bigint] NOT NULL,
|
||||||
[title] [nvarchar](100) NOT NULL,
|
[title] [nvarchar](100) NOT NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user