|
|
@@ -8785,10 +8785,9 @@ private void runMigration100() {
|
|
|
} catch (Exception e) {
|
|
|
log.warn("创建file_tag_rel表失败: " + e.getMessage());
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
// 迁移228: file_record 添加 file_type 和 description 列
|
|
|
ensureColumn("file_record", "file_type", "VARCHAR(50) DEFAULT NULL COMMENT '文件类型(image/video/doc/etc)'");
|
|
|
ensureColumn("file_record", "description", "TEXT COMMENT '文件描述'");
|
|
|
log.info("已添加file_record.file_type和description列");
|
|
|
}
|
|
|
+}
|