shinkan-jinkendo/backend
Lars 33032ac6c2
All checks were successful
Deploy Development / deploy (push) Successful in 32s
fix: Change created to created_at in sessions INSERT
2026-04-21 21:18:09 +02:00
..
migrations fix: Add missing auth columns to profiles table 2026-04-21 21:07:52 +02:00
routers fix: Change created to created_at in sessions INSERT 2026-04-21 21:18:09 +02:00
auth.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
db_init.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
db.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
Dockerfile feat: Complete MVP setup - Docker, Frontend, Migrations, CI/CD 2026-04-21 14:36:52 +02:00
main.py fix: Remove double prefix in router registration 2026-04-21 16:12:25 +02:00
models.py fix: Add ProfileCreate and ProfileUpdate models 2026-04-21 16:05:42 +02:00
requirements.txt feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00
run_migrations.py feat: Add automatic migrations system 2026-04-21 14:49:28 +02:00
version.py feat: Initial Shinkan setup 2026-04-21 14:26:12 +02:00