Skip to content

Commit 564d778

Browse files
committed
Remove if not existst on _patchtester_pulls
MSSQL doesn't seem to like that!
1 parent 4e31c9a commit 564d778

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_patchtester/install/sql/sqlsrv

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/install/sql/sqlsrv/install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE TABLE IF NOT EXISTS [#__patchtester_pulls] (
1+
CREATE TABLE [#__patchtester_pulls] (
22
[id] [bigint] IDENTITY(1,1) NOT NULL,
33
[pull_id] [bigint] NOT NULL,
44
[title] [nvarchar](100) NOT NULL,

0 commit comments

Comments
 (0)