mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: config revision history
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user