diff --git a/core/schema.rs b/core/schema.rs index a006b85ab..c708b2f4d 100644 --- a/core/schema.rs +++ b/core/schema.rs @@ -1730,7 +1730,6 @@ pub fn create_table(tbl_name: &str, body: &CreateTableBody, root_page: i64) -> R }; foreign_keys.push(Arc::new(fk)); } - _ => {} } }