31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-31 12:50:47 +00:00

Remove if not existst on _patchtester_pulls

MSSQL doesn't seem to like that!
This commit is contained in:
sovainfo 2015-03-12 17:51:18 +01:00
parent 4e31c9a709
commit 564d778b93

View File

@ -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,