0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/rust/bin/migrate

5 lines
49 B
Plaintext
Raw Normal View History

2024-06-10 15:00:00 +02:00
#!/bin/sh
sqlx database create
sqlx migrate run