Merge branch 'main' into feat/history

This commit is contained in:
appflowy
2022-07-20 14:07:54 +08:00
820 changed files with 15966 additions and 60868 deletions

View File

@ -13,14 +13,6 @@ table! {
}
}
table! {
doc_table (id) {
id -> Text,
data -> Text,
rev_id -> BigInt,
}
}
table! {
grid_block_index_table (row_id) {
row_id -> Text,
@ -121,6 +113,7 @@ table! {
view_type -> Integer,
version -> BigInt,
is_trash -> Bool,
ext_data -> Text,
}
}
@ -138,7 +131,6 @@ table! {
allow_tables_to_appear_in_same_query!(
app_table,
doc_table,
grid_block_index_table,
grid_meta_rev_table,
grid_rev_table,