This website requires JavaScript.
Explore
Help
Sign In
wuyuan
/
ClassworksKV
Watch
1
Star
0
Fork
0
You've already forked ClassworksKV
mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced
2025-07-03 05:19:22 +00:00
Code
Releases
Activity
ClassworksKV
/
prisma
/
database
/
sqlite
History
SunWuyuan
09875b35c1
Update
.gitignore
to exclude Prisma database data directory and modify database setup in
classworks.js
to use
prisma migrate deploy
for migrations, enhancing deployment process.
2025-05-24 20:42:15 +08:00
..
migrations
Update
.gitignore
to exclude Prisma database data directory and modify database setup in
classworks.js
to use
prisma migrate deploy
for migrations, enhancing deployment process.
2025-05-24 20:42:15 +08:00
schema.prisma
Update Dockerfile to handle database-specific commands and enhance Prisma schema for PostgreSQL and SQLite. Introduce new AccessType enum and KVStore model for improved data management. Clean up SQLite schema by removing unused fields.
2025-05-24 16:18:38 +08:00