Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove outdated postgres comment.

Closes #585
  • Loading branch information
amacneil authored Nov 1, 2024
1 parent 5b1bbeb commit a2e823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ dbmate supports options passed to a migration block in the form of `key:value` p

**transaction**

`transaction` is useful if you need to run some SQL which cannot be executed from within a transaction. For example, in Postgres, you would need to disable transactions for migrations that alter an enum type to add a value:
`transaction` is useful if you do not want to run SQL inside a transaction:

```sql
-- migrate:up transaction:false
Expand Down

0 comments on commit a2e823c

Please sign in to comment.