This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
CHAI
/
chtech-anythingllm
Watch
4
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23
Commits
1
Branch
0
Tags
235 MiB
JavaScript
93.8%
CSS
5.1%
SCSS
0.7%
Dockerfile
0.2%
Tree:
e8ada08aee
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e8ada08aee'
${ noResults }
chtech-anythingllm
/
server
/
prisma
/
migrations
/
20240405015034_init
/
migration.sql
2 lines
71 B
Raw
Blame
History
-- AlterTable
ALTER
TABLE
"
workspaces
"
ADD
COLUMN
"
chatProvider
"
TEXT
;