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