Skip to content

Commit 4aceb46

Browse files
committed
fix: modify resource upload
1 parent 339bc8a commit 4aceb46

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

app/src/main/resources/sql/mysql/update_resource_table_ddl_2025_1217.sql renamed to app/src/main/resources/sql/h2/update_table_ddl_2025_1217.sql

File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE t_resource
2+
ADD COLUMN hash VARCHAR(100) AFTER thumbnail_url;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE t_resource
2+
ADD COLUMN hash VARCHAR(100) AFTER thumbnail_url;

0 commit comments

Comments
 (0)