Skip to content

Commit

Permalink
add missing feat_sha256_media to fresh database creations
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Oct 25, 2024
1 parent 9761e2f commit 81b1a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/globals/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async fn fresh(services: &Services) -> Result<()> {
.db
.bump_database_version(DATABASE_VERSION)?;

db["global"].insert(b"feat_sha256_media", &[]);
db["global"].insert(b"fix_bad_double_separator_in_state_cache", &[])?;
db["global"].insert(b"retroactively_fix_bad_data_from_roomuserid_joined", &[])?;

Expand Down

0 comments on commit 81b1a54

Please sign in to comment.