Skip to content

Commit

Permalink
feat: update board all query to pull disable_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jun 19, 2020
1 parent e0c8ebf commit 62dcfba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ept-boards/db/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = function() {
postable_by,
right_to_left,
(meta ->> 'disable_post_edit') as disable_post_edit,
(meta ->> 'disable_signature') as disable_signature,
created_at,
updated_at,
imported_at
Expand Down

0 comments on commit 62dcfba

Please sign in to comment.