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.
2 parents c0bc678 + c75c74e commit 599c285Copy full SHA for 599c285
3 files changed
drizzle/0069_repair-application-confidentiality.sql
@@ -0,0 +1,3 @@
1
+UPDATE "applications"
2
+SET confidential = true
3
+WHERE confidential = false;
0 commit comments