mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 15:38:00 -05:00
7 lines
179 B
Bash
7 lines
179 B
Bash
#!/bin/bash
|
|
|
|
# Generate migrations using Drizzle
|
|
echo "Generating database migrations..."
|
|
docker compose exec simstudio npm run db:push
|
|
|
|
echo "Migrations generated successfully." |