index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dashboard
/
app
/
aidb
/
migrations
/
4_remove_jobs_model.down.sql
blob: 1d9885cb8b3eeef04cbb9a14772d7997d5dac9f9 (
plain
)
1
ALTER
TABLE
Jobs
ADD
COLUMN
LLMModel
STRING
(
1000
);