Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
Fixed mysql install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelbring committed Apr 4, 2012
1 parent 6aada43 commit 330087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/mysql-structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@


"#Insert Roles Data
INSERT IGNORE INTO `roles` (`id`, `name`, `key`, `description`)
INSERT IGNORE INTO `roles` (`id`, `name`, `role`, `description`)
VALUES
(1,'User','user','Only can read the issues in the projects they are assigned to'),
(2,'Developer','developer','Can update issues in the projects they are assigned to'),
Expand Down

0 comments on commit 330087e

Please sign in to comment.