set ppd to 0 on board create to prevent missing in table, forgot to add when added ppd

merge-requests/208/head
Thomas Lynch 4 years ago
parent 6f64448b33
commit 0a13d8ca02
  1. 1
      models/forms/create.js

@ -41,6 +41,7 @@ module.exports = async (req, res, next) => {
'banners': [],
'sequence_value': 1,
'pph': 0,
'ppd': 0,
'ips': 0,
'lastPostTimestamp': null,
'settings': {

Loading…
Cancel
Save