[성현모] VPKI_DataDB DB프로젝트 추가, DB스크립트 추가
This commit is contained in:
23
DBPatch/DBPatch_VPKI_DataDB_Update.bat
Normal file
23
DBPatch/DBPatch_VPKI_DataDB_Update.bat
Normal file
@ -0,0 +1,23 @@
|
||||
@echo off
|
||||
CD .\sqlScripts\
|
||||
|
||||
::log
|
||||
IF NOT EXIST .\logs mkdir logs
|
||||
|
||||
::DB 정의 스키마
|
||||
SET Schema=SystemX.DB.VPKI_DataDB
|
||||
|
||||
::연결정보
|
||||
SET ServerIP=127.0.0.1
|
||||
SET ServerPort=1433
|
||||
SET UserID=SystemX
|
||||
SET Passwd=X
|
||||
SET DBName=VPKI_DataDB
|
||||
|
||||
@echo off
|
||||
::generate update script
|
||||
CALL _UpdateScriptGenerate.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%
|
||||
|
||||
::Default DB
|
||||
CALL _UpdateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%
|
||||
CALL _UpdateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_DEV
|
||||
Reference in New Issue
Block a user