[성현모] CPXV2, Log DB프로젝트, DB 컨텍스트 추가
This commit is contained in:
19
DBPatch/DBPatch_CPXV2_Create.bat
Normal file
19
DBPatch/DBPatch_CPXV2_Create.bat
Normal file
@ -0,0 +1,19 @@
|
||||
@echo off
|
||||
CD ./sqlScripts/
|
||||
|
||||
::log
|
||||
IF NOT EXIST .\logs mkdir logs
|
||||
|
||||
::DB 정의 스키마
|
||||
SET Schema=SystemX.DB.CPXV2
|
||||
|
||||
::연결정보
|
||||
SET ServerIP=127.0.0.1
|
||||
SET ServerPort=1433
|
||||
SET UserID=SystemX
|
||||
SET Passwd=X
|
||||
|
||||
::Default DB
|
||||
@echo off
|
||||
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2
|
||||
::CALL _CreateDB.bat %Schema% %ServerIP% %ServerPort% %UserID% %Passwd% CPXV2_DEV
|
||||
Reference in New Issue
Block a user