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>
516 B
516 B
Alembic Migrations
مدیریت نسخههای اسکیمای دیتابیس core_platform_db.
دستورها
# ساخت migration جدید بر اساس تغییر مدلها
alembic revision --autogenerate -m "توضیح تغییر"
# اعمال migrationها
alembic upgrade head
# بازگشت یک مرحله
alembic downgrade -1
آدرس دیتابیس از
settings.database_url_sync(متغیر محیطیDATABASE_URL_SYNC) خوانده میشود.