diff options
Diffstat (limited to 'models/cards.js')
-rw-r--r-- | models/cards.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models/cards.js b/models/cards.js index 8676dfdc..d9be22b3 100644 --- a/models/cards.js +++ b/models/cards.js @@ -18,6 +18,9 @@ Cards.attachSchema(new SimpleSchema({ listId: { type: String, }, + swimlaneId: { + type: String, + }, // The system could work without this `boardId` information (we could deduce // the board identifier from the card), but it would make the system more // difficult to manage and less efficient. |