Commit 85c8d02f9c53504d168e3f526b83255af76f9d34

Authored by mukhtar
1 parent d5b86157

added groups_units_link table


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@221 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 2 deletions
sql/tables.sql
... ... @@ -115,10 +115,9 @@ id INTEGER NOT NULL UNIQUE AUTO_INCREMENT,
115 115 name CHAR(100) NOT NULL
116 116 );
117 117  
118   -CREATE TABLE groups_users_link (
  118 +CREATE TABLE groups_units_link (
119 119 id INTEGER NOT NULL UNIQUE AUTO_INCREMENT,
120 120 group_id INTEGER NOT NULL,
121   -user_id INTEGER NOT NULL,
122 121 unit_id INTEGER NOT NULL
123 122 );
124 123  
... ...