mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-13 17:28:25 +00:00
Too many commas
This commit is contained in:
parent
18162dc6cf
commit
45a255ecd7
@ -5,7 +5,7 @@ CREATE TABLE [#__patchtester_pulls] (
|
||||
[description] [nvarchar](150) NOT NULL DEFAULT '',
|
||||
[pull_url] [nvarchar](255) NOT NULL,
|
||||
[sha] [nvarchar](40) NOT NULL DEFAULT '',
|
||||
[is_rtc] [smallint] NOT NULL DEFAULT 1,,
|
||||
[is_rtc] [smallint] NOT NULL DEFAULT 1,
|
||||
CONSTRAINT [PK_#__patchtester_pulls] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[id] ASC
|
||||
|
Loading…
x
Reference in New Issue
Block a user