diff --git a/sql/tables.sql b/sql/tables.sql index 1eb151a..3e046c2 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -115,10 +115,9 @@ id INTEGER NOT NULL UNIQUE AUTO_INCREMENT, name CHAR(100) NOT NULL ); -CREATE TABLE groups_users_link ( +CREATE TABLE groups_units_link ( id INTEGER NOT NULL UNIQUE AUTO_INCREMENT, group_id INTEGER NOT NULL, -user_id INTEGER NOT NULL, unit_id INTEGER NOT NULL );