default for roles perm_template

pull/1076/head
Steve Fossen 2016-04-12 13:21:06 -07:00
parent e826f98163
commit c2f4d45161
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`)