Skip to content

Commit 9078ee0

Browse files
committed
feature/organization - added type to organization model
1 parent 32d1c90 commit 9078ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/models/organizations.model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = function (app) {
1616
description: { type: String },
1717
publicEmail: { type: String },
1818
website: { type: String },
19+
type: { type: String },
1920
// will be generated automatically
2021
descriptionExcerpt: { type: String },
2122
addresses: { type: Array, default: [] },

0 commit comments

Comments
 (0)