mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 05:14:03 +00:00
feat(bot): add configurable household assistant behavior
This commit is contained in:
2
packages/db/drizzle/0018_nimble_kojori.sql
Normal file
2
packages/db/drizzle/0018_nimble_kojori.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "households" ADD COLUMN "assistant_context" text;
|
||||
ALTER TABLE "households" ADD COLUMN "assistant_tone" text;
|
||||
3234
packages/db/drizzle/meta/0018_snapshot.json
Normal file
3234
packages/db/drizzle/meta/0018_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -127,6 +127,13 @@
|
||||
"when": 1773226133315,
|
||||
"tag": "0017_gigantic_selene",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 18,
|
||||
"version": "7",
|
||||
"when": 1773252000000,
|
||||
"tag": "0018_nimble_kojori",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user