mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
3f85aa4c47
* special migration -> async migration * rename frontend dir * format * rename SPECIAL_MIGRATION
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py migrate
|
|
python manage.py migrate_clickhouse
|
|
python manage.py run_async_migrations |