Skip to content

Commit 18197a5

Browse files
committed
refactor: change from drop table to truncate
1 parent 7ff0b6d commit 18197a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--restrict-key=test \
103103
> before.sql
104104
105-
psql "$DATABASE_URL" -c "DROP TABLE IF EXISTS storage.migrations;"
105+
psql "$DATABASE_URL" -c "TRUNCATE TABLE storage.migrations;"
106106
npm run migration:run
107107
108108
pg_dump "$DATABASE_URL" \

0 commit comments

Comments
 (0)