chore: rename some structs

This commit is contained in:
appflowy
2022-07-20 15:30:48 +08:00
parent 1e3c69f15b
commit cb1afacbd6
4 changed files with 7 additions and 25 deletions

View File

@ -49,16 +49,6 @@ table! {
}
}
table! {
rev_history (id) {
id -> Integer,
object_id -> Text,
start_rev_id -> BigInt,
end_rev_id -> BigInt,
data -> Binary,
}
}
table! {
rev_snapshot (id) {
id -> Integer,
@ -135,7 +125,6 @@ allow_tables_to_appear_in_same_query!(
grid_meta_rev_table,
grid_rev_table,
kv_table,
rev_history,
rev_snapshot,
rev_table,
trash_table,