@opengeni/db 0.13.0 → 0.13.4

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.
@@ -874,6 +874,7 @@ var sessions = pgTable2(
874
874
  // as a timeline event.
875
875
  instructions: text2("instructions"),
876
876
  resources: jsonb("resources").$type().notNull().default([]),
877
+ skills: jsonb("skills").$type().notNull().default([]),
877
878
  tools: jsonb("tools").$type().notNull().default([]),
878
879
  metadata: jsonb("metadata").$type().notNull().default({}),
879
880
  // Frozen creator fact. This is used for creation attribution and for the
@@ -4030,4 +4031,4 @@ export {
4030
4031
  rigChanges,
4031
4032
  schema_exports
4032
4033
  };
4033
- //# sourceMappingURL=chunk-N4WTE6SB.js.map
4034
+ //# sourceMappingURL=chunk-IQOXTFKA.js.map