Added rollup sql code to bring the current database up to speed with the option / permission changes.

git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@799 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-28 04:03:19 +00:00
parent 7904372dff
commit aed090fbe2
3 changed files with 545 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
@echo off
mysql --user=pmgr --password=pmgruser --database=property_manager < %~dp0\db\schema.sql
mysql --user=pmgr --password=pmgruser --database=property_manager < %~dp0\db\extra.sql
mysql --user=pmgr --password=pmgruser < %~dp0\db\property_manager.sql
mysql --user=pmgr --password=pmgruser --database=property_manager < %~dp0\db\rollup.sql
echo Done!