Modified to use the sandbox database
git-svn-id: file:///svn-source/pmgr/branches/sandbox_0.1@746 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
@echo off
|
||||
mysql --user=pmgr --password=pmgruser < %~dp0\db\property_manager.sql
|
||||
echo Done!
|
||||
sed "s/property_manager/pmgr_sand/g" %~dp0\db\property_manager.sql > H:\pmgr_sand.sql
|
||||
mysql --user=pmgr --password=pmgruser < H:\pmgr_sand.sql
|
||||
del H:\pmgr_sand.sql
|
||||
echo Rebuild Complete!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user