1. 修复 FileServiceTest 单元测试

2. 修复 FileConfigServiceImplTest 单元测试
This commit is contained in:
YunaiV
2022-11-11 08:48:25 +08:00
parent 123617a9af
commit cb4224af12
3 changed files with 5 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ CREATE TABLE IF NOT EXISTS "infra_file_config" (
CREATE TABLE IF NOT EXISTS "infra_file" (
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
"config_id" bigint NOT NULL,
"name" varchar(256),
"path" varchar(512),
"url" varchar(1024),
"type" varchar(63) DEFAULT NULL,