update docker/copy.sh. 修改 ry_20231130.sql 为 ry_20240629.sql
新版的数据库SQL文件名发生了变更 Signed-off-by: dreamwing_zy <12372261+dreamwing-zy@user.noreply.gitee.com>pull/374/head
parent
8984ecba86
commit
8aff22a958
|
|
@ -9,7 +9,7 @@ usage() {
|
|||
|
||||
# copy sql
|
||||
echo "begin copy sql "
|
||||
cp ../sql/ry_20231130.sql ./mysql/db
|
||||
cp ../sql/ry_20240629.sql ./mysql/db
|
||||
cp ../sql/ry_config_20231204.sql ./mysql/db
|
||||
|
||||
# copy html
|
||||
|
|
|
|||
Loading…
Reference in New Issue