Skip to content

Commit

Permalink
Remove reference to Advisory Lock in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Nov 17, 2024
1 parent 5214605 commit 7eb3ccd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ positioned on: :type
belongs_to :list
belongs_to :category
positioned on: [:list, :category, :enabled]

# If you do not want to use Advisory Lock, you can disable it entirely by passing the 'advisory_lock' flag as false
belongs_to :list
positioned on: :list, advisory_lock: false
```

### Initialising a List
Expand Down

0 comments on commit 7eb3ccd

Please sign in to comment.