refactor: sqlite schema

This commit is contained in:
appflowy
2022-06-11 17:13:52 +08:00
parent 7366acb58e
commit bf5247066d
18 changed files with 11 additions and 26 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,
@ -102,6 +94,7 @@ table! {
view_type -> Integer,
version -> BigInt,
is_trash -> Bool,
ext_data -> Text,
}
}
@ -119,7 +112,6 @@ table! {
allow_tables_to_appear_in_same_query!(
app_table,
doc_table,
grid_block_index_table,
grid_meta_rev_table,
grid_rev_table,