Commit 4a48788effab8b824c805000e43d7913b0d4672d

Authored by Neil Blakey-Milner
1 parent e3eccb17

KTS-679: remove default data that ships with KnowledgeTree.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5217 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 11 deletions
sql/mysql/install/data.sql
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 -- http://www.phpmyadmin.net 3 -- http://www.phpmyadmin.net
4 -- 4 --
5 -- Host: localhost 5 -- Host: localhost
6 --- Generation Time: Apr 07, 2006 at 04:53 PM 6 +-- Generation Time: Apr 07, 2006 at 05:12 PM
7 -- Server version: 5.0.18 7 -- Server version: 5.0.18
8 -- PHP Version: 4.4.2-1 8 -- PHP Version: 4.4.2-1
9 9
@@ -78,7 +78,6 @@ INSERT INTO `data_types` VALUES (5, 'FLOAT'); @@ -78,7 +78,6 @@ INSERT INTO `data_types` VALUES (5, 'FLOAT');
78 -- Dumping data for table `document_fields` 78 -- Dumping data for table `document_fields`
79 -- 79 --
80 80
81 -INSERT INTO `document_fields` VALUES (1, 'Category', 'STRING', 1, 0, 0, 1, 0, 'The category to which the document belongs.');  
82 81
83 -- 82 --
84 -- Dumping data for table `document_fields_link` 83 -- Dumping data for table `document_fields_link`
@@ -203,7 +202,6 @@ INSERT INTO `document_types_lookup` VALUES (1, 'Default', 0); @@ -203,7 +202,6 @@ INSERT INTO `document_types_lookup` VALUES (1, 'Default', 0);
203 -- Dumping data for table `fieldsets` 202 -- Dumping data for table `fieldsets`
204 -- 203 --
205 204
206 -INSERT INTO `fieldsets` VALUES (1, 'Category', 'local.category', 0, 0, 1, 1, 0, 1, 0, 'Categorisation information for the document. ');  
207 205
208 -- 206 --
209 -- Dumping data for table `folder_doctypes_link` 207 -- Dumping data for table `folder_doctypes_link`
@@ -227,7 +225,6 @@ INSERT INTO `folder_doctypes_link` VALUES (2, 2, 1); @@ -227,7 +225,6 @@ INSERT INTO `folder_doctypes_link` VALUES (2, 2, 1);
227 -- 225 --
228 226
229 INSERT INTO `folders` VALUES (1, 'Root Folder', 'Root Document Folder', 0, 1, 0, NULL, NULL, 1, 3, 0); 227 INSERT INTO `folders` VALUES (1, 'Root Folder', 'Root Document Folder', 0, 1, 0, NULL, NULL, 1, 3, 0);
230 -INSERT INTO `folders` VALUES (2, 'Default Unit', 'Default Unit Root Folder', 1, 1, 0, '1', 'Root Folder', 1, 3, 0);  
231 228
232 -- 229 --
233 -- Dumping data for table `folders_users_roles_link` 230 -- Dumping data for table `folders_users_roles_link`
@@ -244,8 +241,6 @@ INSERT INTO `folders` VALUES (2, 'Default Unit', 'Default Unit Root Folder', 1, @@ -244,8 +241,6 @@ INSERT INTO `folders` VALUES (2, 'Default Unit', 'Default Unit Root Folder', 1,
244 -- 241 --
245 242
246 INSERT INTO `groups_lookup` VALUES (1, 'System Administrators', 1, 0, NULL, NULL, NULL, NULL); 243 INSERT INTO `groups_lookup` VALUES (1, 'System Administrators', 1, 0, NULL, NULL, NULL, NULL);
247 -INSERT INTO `groups_lookup` VALUES (2, 'Unit Administrators', 0, 1, 1, NULL, NULL, NULL);  
248 -INSERT INTO `groups_lookup` VALUES (3, 'Anonymous', 0, 0, NULL, NULL, NULL, NULL);  
249 244
250 -- 245 --
251 -- Dumping data for table `help` 246 -- Dumping data for table `help`
@@ -719,7 +714,6 @@ INSERT INTO `time_unit_lookup` VALUES (3, 'Days'); @@ -719,7 +714,6 @@ INSERT INTO `time_unit_lookup` VALUES (3, 'Days');
719 -- Dumping data for table `units_lookup` 714 -- Dumping data for table `units_lookup`
720 -- 715 --
721 716
722 -INSERT INTO `units_lookup` VALUES (1, 'Default Unit', 2);  
723 717
724 -- 718 --
725 -- Dumping data for table `units_organisations_link` 719 -- Dumping data for table `units_organisations_link`
@@ -810,16 +804,12 @@ INSERT INTO `upgrades` VALUES (74, 'upgrade*3.0.1.2*99*upgrade3.0.1.2', 'Upgrade @@ -810,16 +804,12 @@ INSERT INTO `upgrades` VALUES (74, 'upgrade*3.0.1.2*99*upgrade3.0.1.2', 'Upgrade
810 -- 804 --
811 805
812 INSERT INTO `users` VALUES (1, 'admin', 'Administrator', '21232f297a57a5a743894a0e4a801fc3', 0, 0, '', '', 1, 1, '', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); 806 INSERT INTO `users` VALUES (1, 'admin', 'Administrator', '21232f297a57a5a743894a0e4a801fc3', 0, 0, '', '', 1, 1, '', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
813 -INSERT INTO `users` VALUES (2, 'unitAdmin', 'Unit Administrator', '21232f297a57a5a743894a0e4a801fc3', 0, 0, '', '', 1, 1, '', 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);  
814 -INSERT INTO `users` VALUES (3, 'guest', 'Anonymous', '084e0343a0486ff05530df6c705c8bb4', 0, 0, '', '', 0, 0, '', 19, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);  
815 807
816 -- 808 --
817 -- Dumping data for table `users_groups_link` 809 -- Dumping data for table `users_groups_link`
818 -- 810 --
819 811
820 INSERT INTO `users_groups_link` VALUES (1, 1, 1); 812 INSERT INTO `users_groups_link` VALUES (1, 1, 1);
821 -INSERT INTO `users_groups_link` VALUES (2, 2, 2);  
822 -INSERT INTO `users_groups_link` VALUES (3, 3, 3);  
823 813
824 -- 814 --
825 -- Dumping data for table `workflow_actions` 815 -- Dumping data for table `workflow_actions`