Commit 057432f9d39435a28fae94de91ca30c0f64bf139
1 parent
4e9245fb
No content changes - just keeping layout/&C. up to date.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3610 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
7 additions
and
2 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -3,9 +3,9 @@ |
| 3 | 3 | -- http://www.phpmyadmin.net |
| 4 | 4 | -- |
| 5 | 5 | -- Host: localhost |
| 6 | --- Generation Time: Aug 02, 2005 at 04:04 PM | |
| 6 | +-- Generation Time: Sep 19, 2005 at 01:14 PM | |
| 7 | 7 | -- Server version: 4.0.24 |
| 8 | --- PHP Version: 4.3.10-15ubuntu2 | |
| 8 | +-- PHP Version: 4.4.0-2 | |
| 9 | 9 | -- |
| 10 | 10 | -- Database: `kttest` |
| 11 | 11 | -- |
| ... | ... | @@ -89,6 +89,11 @@ INSERT INTO document_fields VALUES (1, 'Category', 'STRING', 1, NULL); |
| 89 | 89 | |
| 90 | 90 | |
| 91 | 91 | -- |
| 92 | +-- Dumping data for table `document_incomplete` | |
| 93 | +-- | |
| 94 | + | |
| 95 | + | |
| 96 | +-- | |
| 92 | 97 | -- Dumping data for table `document_link` |
| 93 | 98 | -- |
| 94 | 99 | ... | ... |