Skip to content

Commit

Permalink
Fix bug in README example (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 6, 2024
2 parents f55eac8 + b361c5a commit 59be0cf
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 @@ -760,7 +760,7 @@ wherever it is will be replaced by the content of
`migrations/fixtures/functions/myfunction.sql` when the migration is committed.
```sql
--!include fixtures/functions/myfunction.sql
--!include functions/myfunction.sql
drop policy if exists access_by_numbers on mytable;
create policy access_by_numbers on mytable for update using (myfunction(4, 2) < 42);
```
Expand Down

0 comments on commit 59be0cf

Please sign in to comment.