http-request-manager 18.13.6 → 18.13.8

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.
@@ -6209,7 +6209,6 @@ class DbService extends Dexie {
6209
6209
  const safeSchema = schema.trim();
6210
6210
  const currentSchema = this.getCurrentSchema();
6211
6211
  const existingSchema = currentSchema[safeTableName]?.trim();
6212
- // No-op only when table already exists and schema is identical.
6213
6212
  if (this.tableExists(safeTableName) && existingSchema === safeSchema) {
6214
6213
  return;
6215
6214
  }