Skip to content

Commit

Permalink
fix(db): postgres migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 25, 2023
1 parent 1fc494d commit f353192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/db/migrate/0002_webhooks_postgres.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ CREATE TABLE IF NOT EXISTS webhook_deliveries (
ON DELETE CASCADE
ON UPDATE CASCADE
);
```

0 comments on commit f353192

Please sign in to comment.