git-svn-id: file:///svn-source/pmgr/branches/sandbox_0.1@746 97e9348a-65ac-dc4b-aefc-98561f571b83
7 lines
204 B
Batchfile
7 lines
204 B
Batchfile
@echo off
|
|
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!
|
|
|