mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = {
|
||||
|
||||
position: {
|
||||
type: 'number',
|
||||
allowNull: true,
|
||||
required: true,
|
||||
},
|
||||
name: {
|
||||
type: 'string',
|
||||
@@ -47,6 +47,7 @@ module.exports = {
|
||||
},
|
||||
listId: {
|
||||
model: 'List',
|
||||
required: true,
|
||||
columnName: 'list_id',
|
||||
},
|
||||
creatorUserId: {
|
||||
|
||||
Reference in New Issue
Block a user