@elizaos/plugin-sql 1.7.1-alpha.10 → 1.7.1-alpha.11

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.
@@ -7636,11 +7636,8 @@ class RuntimeMigrator {
7636
7636
  } else {
7637
7637
  logger6.debug({ src: "plugin:sql" }, "Development database detected, skipping advisory locks");
7638
7638
  }
7639
- await this.extensionManager.installRequiredExtensions([
7640
- "vector",
7641
- "fuzzystrmatch",
7642
- "pgcrypto"
7643
- ]);
7639
+ const extensions = isRealPostgres ? ["vector", "fuzzystrmatch", "pgcrypto"] : ["vector", "fuzzystrmatch"];
7640
+ await this.extensionManager.installRequiredExtensions(extensions);
7644
7641
  const currentSnapshot = await generateSnapshot(schema2);
7645
7642
  await this.ensureSchemasExist(currentSnapshot);
7646
7643
  this.validateSchemaUsage(pluginName, currentSnapshot);
@@ -12330,5 +12327,5 @@ export {
12330
12327
  DatabaseMigrationService
12331
12328
  };
12332
12329
 
12333
- //# debugId=E1AE4E5A3724400564756E2164756E21
12330
+ //# debugId=9B6D8A044A8F68A564756E2164756E21
12334
12331
  //# sourceMappingURL=index.node.js.map