chore: update cell data

This commit is contained in:
appflowy
2022-04-05 14:25:07 +08:00
parent 5358203a46
commit 99d827f07d
41 changed files with 1235 additions and 172 deletions

View File

@ -21,6 +21,13 @@ table! {
}
}
table! {
grid_block_index_table (row_id) {
row_id -> Text,
block_id -> Text,
}
}
table! {
grid_meta_rev_table (id) {
id -> Integer,
@ -113,6 +120,7 @@ table! {
allow_tables_to_appear_in_same_query!(
app_table,
doc_table,
grid_block_index_table,
grid_meta_rev_table,
grid_rev_table,
kv_table,