mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-02 20:08:25 +00:00
Remove if not existst on _patchtester_pulls
MSSQL doesn't seem to like that!
This commit is contained in:
parent
4e31c9a709
commit
564d778b93
@ -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