mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-04 07:44:24 +01:00
remove unnecessary check
This commit is contained in:
@@ -158,9 +158,6 @@ pub fn parse_schema_rows(
|
||||
StepResult::Row => {
|
||||
let row = rows.row().unwrap();
|
||||
let ty = row.get::<&str>(0)?;
|
||||
if !["table", "index", "view"].contains(&ty) {
|
||||
continue;
|
||||
}
|
||||
match ty {
|
||||
"table" => {
|
||||
let root_page: i64 = row.get::<i64>(3)?;
|
||||
|
||||
Reference in New Issue
Block a user