Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
70cdad1cd4
66 changed files with 8154 additions and 381 deletions
8
drizzle/0001_tricky_thor.sql
Normal file
8
drizzle/0001_tricky_thor.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CREATE TABLE `system_prompts` (
|
||||
`id` text PRIMARY KEY NOT NULL,
|
||||
`name` text NOT NULL,
|
||||
`content` text NOT NULL,
|
||||
`type` text DEFAULT 'system' NOT NULL,
|
||||
`created_at` integer NOT NULL,
|
||||
`updated_at` integer NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue