This website requires JavaScript.
Explore
Help
Sign In
robin
/
dttmr-api
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c0ff98506173cf252007b4b3264a94698d7f5bdb
dttmr-api
/
internal
/
database
/
migrations
T
History
robin
c0ff985061
PR Checks / lint-test-and-build (pull_request)
Successful in 40s
Details
fix: position missing datatype
2026-09-11 19:51:21 +02:00
..
000001_create_users.down.sql
fix: updated table name 'sessions' => 'refresh_tokens'
2026-08-03 10:57:45 +02:00
000001_create_users.up.sql
fix: updated table name 'sessions' => 'refresh_tokens'
2026-08-03 10:57:45 +02:00
000002_create_lists.down.sql
feat: added database migration on startup and user+list db migrations
2026-07-20 20:55:04 +02:00
000002_create_lists.up.sql
fix: list_users now cascades delete when user is deleted
2026-08-21 21:16:16 +02:00
000003_create_invites.down.sql
feat: added invite table
2026-08-29 16:59:20 +02:00
000003_create_invites.up.sql
fix: changed invite code length to 64 (sha256 hash)
2026-08-31 18:51:13 +02:00
000004_create_workouts.down.sql
feat: added invite table
2026-08-29 16:59:20 +02:00
000004_create_workouts.up.sql
feat: added invite table
2026-08-29 16:59:20 +02:00
000005_rename_workout_load.down.sql
fix: changed constraint for exercises.load column: "absolute" => "external"
2026-09-04 11:01:00 +02:00
000005_rename_workout_load.up.sql
fix: changed constraint for exercises.load column: "absolute" => "external"
2026-09-04 11:01:00 +02:00
000006_add_list_position.down.sql
feat: re-order lists
2026-09-11 19:13:03 +02:00
000006_add_list_position.up.sql
fix: position missing datatype
2026-09-11 19:51:21 +02:00
embed.go
fix: moved embed.FS to own package, so the api binary has no sql files embedded
2026-08-25 11:05:23 +02:00