33
0
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:
Michael Babker 2015-03-12 12:51:57 -04:00
commit 7135cff379

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,