Commit b7d9cd77d808453fbaaf7dc84d1e2d23aa9d3c5c

Authored by michael
1 parent 54bb3d80

updated drop script for changed table (group_users_link -> group_units_link)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@238 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
sql/drop.sql
... ... @@ -12,7 +12,7 @@ DROP TABLE folders_user_roles_link;
12 12 DROP TABLE groups_folders_approval_link;
13 13 DROP TABLE groups_folders_link;
14 14 DROP TABLE groups_lookup;
15   -DROP TABLE groups_users_link;
  15 +DROP TABLE groups_units_link;
16 16 DROP TABLE links;
17 17 DROP TABLE mime_types;
18 18 DROP TABLE organisations_lookup;
... ...