Skip to content

Commit c0dc29a

Browse files
committed
Fixed bad migration for scraped_stories [#2178]
1 parent 8181a15 commit c0dc29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comixed-model/src/main/resources/db/migrations/3.0/adjust_tables/023_2178_adjust_scraped_stories_table.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
SELECT id,
5858
story_name,
5959
publisher,
60-
description,
60+
'',
6161
metadata_source_id,
6262
reference_id,
6363
created_on,

0 commit comments

Comments
 (0)