We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d62b52 commit 2a7ae5bCopy full SHA for 2a7ae5b
core/rs/core/src/tableinfo.rs
@@ -750,11 +750,6 @@ pub extern "C" fn crsql_ensure_table_infos_are_up_to_date(
750
ext_data: *mut crsql_ExtData,
751
err: *mut *mut c_char,
752
) -> c_int {
753
- let already_updated = unsafe { (*ext_data).updatedTableInfosThisTx == 1 };
754
- if already_updated {
755
- return ResultCode::OK as c_int;
756
- }
757
-
758
let schema_changed =
759
unsafe { crsql_fetchPragmaSchemaVersion(db, ext_data, TABLE_INFO_SCHEMA_VERSION) };
760
0 commit comments