mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add snapshot
This commit is contained in:
@ -67,6 +67,15 @@ table! {
|
||||
}
|
||||
}
|
||||
|
||||
table! {
|
||||
rev_snapshot (id) {
|
||||
id -> Integer,
|
||||
object_id -> Text,
|
||||
rev_id -> BigInt,
|
||||
data -> Binary,
|
||||
}
|
||||
}
|
||||
|
||||
table! {
|
||||
rev_table (id) {
|
||||
id -> Integer,
|
||||
@ -135,6 +144,7 @@ allow_tables_to_appear_in_same_query!(
|
||||
grid_rev_table,
|
||||
kv_table,
|
||||
rev_history,
|
||||
rev_snapshot,
|
||||
rev_table,
|
||||
trash_table,
|
||||
user_table,
|
||||
|
Reference in New Issue
Block a user