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 ba5e479 commit b1c8e41Copy full SHA for b1c8e41
src/db.rs
@@ -345,6 +345,6 @@ CREATE EXTENSION IF NOT EXISTS intarray;",
345
CREATE UNIQUE INDEX IF NOT EXISTS review_prefs_user_id ON review_prefs(user_id);
346
",
347
"
348
-ALTER TABLE review_prefs ADD COLUMN max_assigned_prs INTEGER DEFAULT NULL;
+ALTER TABLE review_prefs ADD COLUMN IF NOT EXISTS max_assigned_prs INTEGER DEFAULT NULL;
349
350
];
0 commit comments