init project

This commit is contained in:
caiyuchao
2025-05-16 14:46:48 +08:00
commit b2a5bedb30
1472 changed files with 152747 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -Q "CREATE DATABASE [agt-cloud];
GO"
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -d 'agt-cloud' -i /tmp/schema.sql