@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.
package/src/schema.ts CHANGED
@@ -776,6 +776,7 @@ export const sessions = pgTable(
776
776
  // as a timeline event.
777
777
  instructions: text("instructions"),
778
778
  resources: jsonb("resources").$type<unknown[]>().notNull().default([]),
779
+ skills: jsonb("skills").$type<unknown[]>().notNull().default([]),
779
780
  tools: jsonb("tools").$type<unknown[]>().notNull().default([]),
780
781
  metadata: jsonb("metadata").$type<Record<string, unknown>>().notNull().default({}),
781
782
  // Frozen creator fact. This is used for creation attribution and for the