Fixed the build script; updated users schema to no longer hold password information and to not require contact information; added a set of users and groups for VSS

git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@800 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-28 04:25:53 +00:00
parent aed090fbe2
commit a66024c889
3 changed files with 27 additions and 10 deletions

View File

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