@zodic/shared 0.0.354 → 0.0.356

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.
@@ -5,7 +5,7 @@ import { buildLLMMessages } from '../../utils/buildMessages';
5
5
  import { Api } from '../api';
6
6
 
7
7
  export class AppContext {
8
- private _drizzle?: ReturnType<typeof drizzle>;
8
+ private _drizzle?: ReturnType<typeof drizzle<typeof schema>>;
9
9
 
10
10
  constructor(public env: BackendBindings) {}
11
11
 
@@ -0,0 +1 @@
1
+ ALTER TABLE `user_artifacts` ADD `version` integer DEFAULT 0 NOT NULL;