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.
kind
1 parent 86acb41 commit e48f6bbCopy full SHA for e48f6bb
database/src/pool/postgres.rs
@@ -418,7 +418,7 @@ static MIGRATIONS: &[&str] = &[
418
CREATE INDEX benchmark_request_completed_idx ON benchmark_request(completed_at);
419
"#,
420
r#"
421
- ALTER TABLE job_queue ADD COLUMN kind TEXT NOT NULL;
+ ALTER TABLE job_queue ADD COLUMN kind TEXT NOT NULL DEFAULT 'compiletime';
422
423
];
424
0 commit comments