8 lines
191 B
Python
Executable File
8 lines
191 B
Python
Executable File
"""Database migrations for Customer Portal.
|
|
|
|
Sprint 6.6: Added custom_fields migration for WordPress sync.
|
|
|
|
Run migrations:
|
|
python -m customer_portal.migrations.001_add_custom_fields
|
|
"""
|