We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff0b6d commit 18197a5Copy full SHA for 18197a5
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
--restrict-key=test \
103
> before.sql
104
105
- psql "$DATABASE_URL" -c "DROP TABLE IF EXISTS storage.migrations;"
+ psql "$DATABASE_URL" -c "TRUNCATE TABLE storage.migrations;"
106
npm run migration:run
107
108
pg_dump "$DATABASE_URL" \
0 commit comments