fix: PostgreSQL compatibility and Telegram bot token validation
- Fixed PostgreSQL 18+ compatibility by using postgres:17 image - Added token validation for Telegram bot - Improved error handling in telegram_bot.py - Added scripts for bot token management - Cleaned up old QR codes and added new utility files
This commit is contained in:
2
bin/migrate.sh
Normal file → Executable file
2
bin/migrate.sh
Normal file → Executable file
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
# Run migrations
|
||||
docker exec ${} python3 smartsoltech/manage.py migrate
|
||||
docker exec ${django_app} python3 smartsoltech/manage.py migrate
|
||||
Reference in New Issue
Block a user