mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
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:
parent
76416cfdba
commit
ba482a30a3
19 changed files with 111 additions and 154 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue