chore: config revision history

This commit is contained in:
appflowy
2022-06-07 16:38:00 +08:00
parent ab63ce7bce
commit f6ade11eb2
9 changed files with 150 additions and 9 deletions

View File

@ -57,6 +57,16 @@ table! {
}
}
table! {
rev_history (id) {
id -> Integer,
object_id -> Text,
start_rev_id -> BigInt,
end_rev_id -> BigInt,
data -> Binary,
}
}
table! {
rev_table (id) {
id -> Integer,
@ -124,6 +134,7 @@ allow_tables_to_appear_in_same_query!(
grid_meta_rev_table,
grid_rev_table,
kv_table,
rev_history,
rev_table,
trash_table,
user_table,