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 e4bb4ad commit 0b40d8fCopy full SHA for 0b40d8f
database/src/pool/sqlite.rs
@@ -385,6 +385,7 @@ static MIGRATIONS: &[Migration] = &[
385
alter table pstat_series_new rename to pstat_series;
386
"#,
387
),
388
+ Migration::new("alter table pull_request_build add column backends text"),
389
// Add target as a unique constraint, defaulting to 'x86_64-unknown-linux-gnu'
390
Migration::without_foreign_key_constraints(
391
r#"
0 commit comments