Skip to content

Commit

Permalink
Bump db version from 1.0.2 to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewgr committed May 22, 2024
1 parent fef71e8 commit 4e6018c
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions config.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rmdir /s /q %CURRENT_PATH%src\db 2> NUL

git clone --depth=1 https://github.com/ko4life-net/ko-assets %CURRENT_PATH%src\assets
git clone --depth=1 --branch=1.0.0 https://github.com/ko4life-net/ko-vendor %CURRENT_PATH%src\vendor
git clone --branch=1.0.2 https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db
git clone --branch=1.1.0 https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db

@REM src\All.sln

Expand All @@ -27,25 +27,12 @@ echo Configuring done.
echo:
echo You may want to to start the src\All.sln Visual Studio solution to start developing.
echo:
echo If you haven't setup the database just yet, one last manual step is needed (assuming you have any version of MS-SQL server installed):
echo 1. Run the powershell script under src\db\import.ps1 to create and import the database into your SQL server.
echo 1.1. If you installed your SQL server as Named Instance, you may need to modify the server name in the script to yours.
echo 2. Setup odbcad as usual targeting kodb database name and your SQL server so that the server files can access the database.
echo 2.1. Note that you don't need to mess with the default configurations just to keep things simple.
echo If you haven't setup the database just yet, one last manual step is needed (assuming you have any version of Microsoft SQL Server installed):
echo - Run the powershell script under src\db\import.ps1 to create and import the database into your SQL server.
echo:
echo:
echo Thank you and happy coding!
echo:
echo:

pause

@REM Here is registry an example of my current odbcad settings:
@REM [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBC.INI\kodb]
@REM "Driver"="c:\\Windows\\SysWOW64\\sqlncli10.dll"
@REM "Server"="STEVEW\\SQLEXPRESS2008"
@REM "Database"="kodb"
@REM "Language"="us_english"
@REM "LastUser"="User"
@REM "Trusted_Connection"="Yes"
@REM "AutoTranslate"="No"

0 comments on commit 4e6018c

Please sign in to comment.