项目初始化提交

# Conflicts:
#	README.md
This commit is contained in:
2025-06-06 21:01:45 +08:00
parent db40a86355
commit 104b967937
1435 changed files with 149547 additions and 27 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 [ruoyi-vue-pro];
GO"
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -d 'ruoyi-vue-pro' -i /tmp/schema.sql