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 356e2bd commit 93c97beCopy full SHA for 93c97be
migrations/001-addOutputsToSubmission.sql
@@ -1,2 +1 @@
1
-alter table submissions
2
- add column outputs varchar[];
+alter table submissions add column outputs varchar[];
0 commit comments