mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
parent
0ac5a5665b
commit
fff8dc3474
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ CREATE TABLE IF NOT EXISTS default.messages
|
|||
`text` Nullable(String),
|
||||
`reasoning` Nullable(String),
|
||||
`partial` Nullable(Bool),
|
||||
`timestamp` Int32
|
||||
`timestamp` Int32,
|
||||
`mode` Nullable(String)
|
||||
)
|
||||
ENGINE = MergeTree()
|
||||
ORDER BY (id, timestamp)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue