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 ba5e479 + b1c8e41 commit ac05e4aCopy full SHA for ac05e4a
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