Commit 86010652d014fc159ce50e3f7036dc86491c0654
1 parent
08051624
resolved merge conflict
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@136 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
sql/tables.sql
| ... | ... | @@ -427,7 +427,6 @@ INSERT INTO system_settings (name, value) values ("main_header_bgcolor", "#d0d0d |
| 427 | 427 | |
| 428 | 428 | INSERT INTO groups_lu (name) VALUES ("System Administrators"); |
| 429 | 429 | INSERT INTO groups_lu (name) VALUES ("Unit Administrators"); |
| 430 | -INSERT INTO groups_lu (name) VALUES ("Unit User"); | |
| 431 | 430 | INSERT INTO groups_lu (name) VALUES ("Anonymous"); |
| 432 | 431 | |
| 433 | 432 | INSERT INTO organisations_lu (name) VALUES ("Medical Research Council"); | ... | ... |