chore: recreate snapshot table & remove old data (#4322)

* chore: recreate snapshot table & remove old data

* chore: disable test

* chore: fmt
This commit is contained in:
Nathan.fooo 2024-01-07 13:59:39 +08:00 committed by GitHub
parent 76416cfdba
commit ba482a30a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 111 additions and 154 deletions

View file

@ -12,14 +12,6 @@ diesel::table! {
}
}
diesel::table! {
rocksdb_backup (object_id) {
object_id -> Text,
timestamp -> BigInt,
data -> Binary,
}
}
diesel::table! {
user_data_migration_records (id) {
id -> Integer,
@ -56,7 +48,6 @@ diesel::table! {
diesel::allow_tables_to_appear_in_same_query!(
collab_snapshot,
rocksdb_backup,
user_data_migration_records,
user_table,
user_workspace_table,