We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc0269 commit 95c1776Copy full SHA for 95c1776
continew-server/src/main/resources/db/changelog/postgresql/main_table.sql
@@ -520,7 +520,7 @@ CREATE TABLE IF NOT EXISTS "sys_file" (
520
"extension" varchar(100) DEFAULT NULL,
521
"content_type" varchar(255) DEFAULT NULL,
522
"type" int2 NOT NULL DEFAULT 1,
523
- "sha256" varchar(256) NOT NULL,
+ "sha256" varchar(256) DEFAULT NULL,
524
"metadata" text DEFAULT NULL,
525
"thumbnail_name" varchar(255) DEFAULT NULL,
526
"thumbnail_size" int8 DEFAULT NULL,
0 commit comments