mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Run database migrations when opening board. Not when updating WeKan.
Thanks to xet7 !
This commit is contained in:
parent
ea30612013
commit
2b5c56484a
20 changed files with 2508 additions and 118 deletions
|
|
@ -50,10 +50,11 @@ Lists.attachSchema(
|
|||
},
|
||||
swimlaneId: {
|
||||
/**
|
||||
* the swimlane associated to this list. Required for per-swimlane list titles
|
||||
* the swimlane associated to this list. Optional for backward compatibility
|
||||
*/
|
||||
type: String,
|
||||
// Remove defaultValue to make it required
|
||||
optional: true,
|
||||
defaultValue: '',
|
||||
},
|
||||
createdAt: {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue