@elizaos/plugin-sql 1.0.12 → 1.0.13

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.
package/dist/index.js CHANGED
@@ -1678,8 +1678,7 @@ var BaseDrizzleAdapter = class extends DatabaseAdapter {
1678
1678
  } else {
1679
1679
  const embeddingValues = {
1680
1680
  id: v4(),
1681
- memoryId: memory.id,
1682
- createdAt: (/* @__PURE__ */ new Date()).getTime()
1681
+ memoryId: memory.id
1683
1682
  };
1684
1683
  embeddingValues[this.embeddingDimension] = cleanVector;
1685
1684
  await tx.insert(embeddingTable).values([embeddingValues]);