Skip to content

Commit

Permalink
feat: update boards all to return disable selfmod option
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jun 25, 2020
1 parent 00d8b7b commit b36882f
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 @@ -13,6 +13,7 @@ module.exports = function() {
right_to_left,
(meta ->> 'disable_post_edit') as disable_post_edit,
(meta ->> 'disable_signature')::boolean as disable_signature,
(meta ->> 'disable_selfmod')::boolean as disable_selfmod,
created_at,
updated_at,
imported_at
Expand Down

0 comments on commit b36882f

Please sign in to comment.