Skip to content

Commit 0b40d8f

Browse files
committed
Fix - put back database migration
1 parent e4bb4ad commit 0b40d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/src/pool/sqlite.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ static MIGRATIONS: &[Migration] = &[
385385
alter table pstat_series_new rename to pstat_series;
386386
"#,
387387
),
388+
Migration::new("alter table pull_request_build add column backends text"),
388389
// Add target as a unique constraint, defaulting to 'x86_64-unknown-linux-gnu'
389390
Migration::without_foreign_key_constraints(
390391
r#"

0 commit comments

Comments
 (0)