diff options
author | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-05 15:50:27 +0000 |
---|---|---|
committer | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-05 15:50:27 +0000 |
commit | a68d04c9e374ebc043a0c5edd051be0a7d9a9d4f (patch) | |
tree | 1454e763177d09f86113dc9b446bbe0ad651126b /tables.sql | |
parent | ce500d1aaf4207d93608a1c56e193313f7cc8114 (diff) | |
download | semanticscuttle-a68d04c9e374ebc043a0c5edd051be0a7d9a9d4f.tar.gz semanticscuttle-a68d04c9e374ebc043a0c5edd051be0a7d9a9d4f.tar.bz2 |
minor fix : config : table prefix naming and locales available choices
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@55 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tables.sql')
-rw-r--r-- | tables.sql | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,9 +1,5 @@ --- Semantice Scuttle --- Tables creation SQL script --- ! Dont forget to adapt the tables prefix sc_ conforming config.inc.php, --- without using '-' character (badly handeld by MySQL) ! - - +-- Semantice Scuttle - Tables creation SQL script +-- ! Dont forget to change table names according to $tableprefix defined in config.inc.php ! -- -- Table structure for table `sc_bookmarks` -- |