TorbatYar/backend/core-service/alembic
Mortezakoohjani 800b0ba2c5 Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing.
Wire production domain, CORS for tenant subdomains, celery volume mounts, and nginx reverse proxy configs for apex, API, identity, auth, and wildcard tenants.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-21 21:43:33 +03:30
..
versions Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing. 2026-07-21 21:43:33 +03:30
env.py Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing. 2026-07-21 21:43:33 +03:30
README.md Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing. 2026-07-21 21:43:33 +03:30
script.py.mako Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing. 2026-07-21 21:43:33 +03:30

Alembic Migrations

مدیریت نسخه‌های اسکیمای دیتابیس core_platform_db.

دستورها

# ساخت migration جدید بر اساس تغییر مدل‌ها
alembic revision --autogenerate -m "توضیح تغییر"

# اعمال migrationها
alembic upgrade head

# بازگشت یک مرحله
alembic downgrade -1

آدرس دیتابیس از settings.database_url_sync (متغیر محیطی DATABASE_URL_SYNC) خوانده می‌شود.