Releases: ultish/jikan-ga-nai-server
Releases · ultish/jikan-ga-nai-server
Minor Docker image enhancements
Better Error Messages and individual locks per-user
A database change exists, hence the version change. It's only an index change so you can drop the existing one and create a new one:
Old Index on Timeblock table:
["startTime", "trackedtaskId"]
New Index on Timeblock table:
["startTime", "trackedtaskId", "userId"]
v0.2.5
v0.2.4
Fixed timezone on express container
docker load --input jikan-ga-nai-server-20200603-2.tar.gz
GraphQL playground: http://localhost:9998/graphql
v0.2.3
GraphQL Playground updated to use static assets instead
docker load --input jikan-ga-nai-server-20200602.tar.gz
GraphQL playground: http://localhost:9998/graphql
v0.2.2
Built Dockerfile
docker load --input jikan-ga-nai-server-20200602.tar.gz
GraphQL playground: http://localhost:9998/graphql