feat: 将数据库工具迁移至sql/tools目录

This commit is contained in:
dhb52
2024-05-01 23:49:09 +08:00
parent 6f68834249
commit 7e47d2efbb
4 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Yudao@24' -Q "CREATE DATABASE [ruoyi-vue-pro];
GO"
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Yudao@24' -d 'ruoyi-vue-pro' -i /tmp/schema.sql