feat: auto-migrate SQLite data to Postgres on first deploy

- Add trumpsignal.db to git (one-time migration source)
- entrypoint.sh detects empty Postgres and runs migration automatically
- scripts/migrate_sqlite_to_postgres.py: posts, subscriptions, bot_trades
- Add psycopg2-binary to requirements for migration script

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
k
2026-04-21 20:48:05 +08:00
parent 1deb6a3918
commit 6021a3883d
6 changed files with 149 additions and 4 deletions
-2
View File
@@ -3,7 +3,6 @@ __pycache__/
*.pyc
*.pyo
.env
*.db
*.db-shm
*.db-wal
.git/
@@ -11,4 +10,3 @@ __pycache__/
*.md
test_*.py
simulate_trades.py
scripts/