ChangeSet ID: 11642 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: jnewman@wine.codeweavers.com 2004/03/24 09:51:49
Modified files: . : README include : config.php.sample tables : appdb_tables.sql prefs_list.sql user_list.sql user_prefs.sql user_privs.sql
Log message: Chris Morgan cmorgan@alum.wpi.edu Add appdb/tables/create_tables script to run the sql necessary to create and setup appdb tables. Add app_category.sql and session_list.sql from Jeremy, without these the database wasn't handling logins correctly and had no categories. README now has some instructions on how to setup a local appdb. Modified config.php.sample to point to apidb to match what is in the sql in appdb/tables. Sql for table creation to use "if exists" to prevent data base errors on trying to drop tables that don't exist.
Patch: http://cvs.winehq.org/patch.py?id=11642
Old revision New revision Changes Path 1.1.1.1 1.2 +13 -0 appdb/README 1.1 1.2 +2 -2 appdb/include/config.php.sample 1.1.1.1 1.2 +20 -11 appdb/tables/appdb_tables.sql 1.1.1.1 1.2 +4 -0 appdb/tables/prefs_list.sql 1.1.1.1 1.2 +3 -0 appdb/tables/user_list.sql 1.1.1.1 1.2 +4 -0 appdb/tables/user_prefs.sql 1.1.1.1 1.2 +4 -0 appdb/tables/user_privs.sql