mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-10 17:24:39 +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,
|
||||
[pull_id] [bigint] NOT NULL,
|
||||
[title] [nvarchar](100) NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user