This commit is contained in:
Jeremy Newman
2004-03-24 15:52:09 +00:00
parent 89e7284f34
commit a18f822841
3 changed files with 97 additions and 0 deletions

20
tables/create_tables Normal file
View File

@@ -0,0 +1,20 @@
echo Creating appdb tables
mysql -u root < appdb_tables.sql
echo Creating preferences list
mysql -u root < prefs_list.sql
echo Creating user list
mysql -u root < user_list.sql
echo Creating user preferences
mysql -u root < user_prefs.sql
echo Creating user privilages
mysql -u root < user_privs.sql
echo Creating session table
mysql -u root < session_list.sql
echo Adding categories
mysql -u root < app_category.sql