We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bcd16 commit 4cc6238Copy full SHA for 4cc6238
4 files changed
thoth-api/migrations/20260414_v1.0.0/down.sql
@@ -0,0 +1,2 @@
1
+BEGIN;
2
+COMMIT;
thoth-api/migrations/20260414_v1.0.0/up.sql
@@ -0,0 +1 @@
+ALTER TYPE file_type ADD VALUE IF NOT EXISTS 'accessibility_report';
thoth-api/migrations/20260415_v1.0.0/metadata.toml
thoth-api/migrations/20260415_v1.0.0/up.sql
@@ -1,5 +1,3 @@
-ALTER TYPE file_type ADD VALUE IF NOT EXISTS 'accessibility_report';
-
3
ALTER TABLE file DROP CONSTRAINT IF EXISTS file_type_check;
4
ALTER TABLE file_upload DROP CONSTRAINT IF EXISTS file_upload_type_check;
5
0 commit comments