Merge pull request #1076 from sfossen/patch-1

default for roles perm_template
pull/1092/head
Andras Iklody 2016-04-14 08:51:11 +02:00
commit ceb7a322f2
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ CREATE TABLE IF NOT EXISTS `roles` (
`perm_site_admin` tinyint(1) NOT NULL DEFAULT '0',
`perm_regexp_access` tinyint(1) NOT NULL DEFAULT '0',
`perm_tagger` tinyint(1) NOT NULL DEFAULT '0',
`perm_template` tinyint(1) NOT NULL,
`perm_template` tinyint(1) NOT NULL DEFAULT '0',
`perm_sharing_group` tinyint(1) NOT NULL DEFAULT '0',
`perm_tag_editor` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)