diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-17 17:18:23 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-17 17:18:23 +0000 |
commit | b3b802434f4f1a17467baacd34c551885b7c9f37 (patch) | |
tree | 5603d1c095025df6399913d6e667782821627960 | |
parent | 0701d9d4c68b46517e79f39e23a9a6e903405e8f (diff) | |
download | semanticscuttle-b3b802434f4f1a17467baacd34c551885b7c9f37.tar.gz semanticscuttle-b3b802434f4f1a17467baacd34c551885b7c9f37.tar.bz2 |
corrections in comments
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@20 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | tables.sql | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ CREATE TABLE `sc_tags` ( -- -------------------------------------------------------- -- --- Table structure for table `scUsers` +-- Table structure for table `sc_users` -- CREATE TABLE `sc_users` ( @@ -70,7 +70,7 @@ CREATE TABLE `sc_watched` ( -- -------------------------------------------------------- -- --- Table structure for table `sc_tags_tags` +-- Table structure for table `sc_tags2tags` -- CREATE TABLE `sc_tags2tags` ( |