orez 0.4.59 → 0.4.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6597,7 +6597,7 @@ export class DoBackend {
|
|
|
6597
6597
|
// same SQL DO as the physical tables, so make it authoritative for column
|
|
6598
6598
|
// introspection while still requiring each physical table to exist. This
|
|
6599
6599
|
// keeps schema validation honest if stale metadata survives a real DROP.
|
|
6600
|
-
await this.reloadSchemaMetadataIfEmpty(
|
|
6600
|
+
await this.reloadSchemaMetadataIfEmpty();
|
|
6601
6601
|
const physicalTables = new Set((await this.listSqliteTables()).map((table) => table.name));
|
|
6602
6602
|
for (const [tableName, columns] of this.schemaMetadata) {
|
|
6603
6603
|
if (!physicalTables.has(tableName))
|