Compare commits

...

2 Commits

Author SHA1 Message Date
ca4411f30f Merge pull request 'fix: update version string to v9c' (#9) from develop into main
All checks were successful
Deploy Production / deploy (push) Successful in 49s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
Reviewed-on: #9
2026-03-21 09:00:55 +01:00
770a49b5f3 fix: update version string to v9c
All checks were successful
Deploy Development / deploy (push) Successful in 35s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 08:59:24 +01:00

View File

@ -93,7 +93,7 @@ def get_profile_count():
if __name__ == "__main__": if __name__ == "__main__":
print("═══════════════════════════════════════════════════════════") print("═══════════════════════════════════════════════════════════")
print("MITAI JINKENDO - Database Initialization (v9b)") print("MITAI JINKENDO - Database Initialization (v9c)")
print("═══════════════════════════════════════════════════════════") print("═══════════════════════════════════════════════════════════")
# Wait for PostgreSQL # Wait for PostgreSQL