fix: add missing column isDate
This commit is contained in:
parent
863512ed2d
commit
b53078016d
4 changed files with 27 additions and 7 deletions
|
|
@ -91,6 +91,7 @@ export class ProfileTrainingController extends Controller {
|
|||
duration: "string",
|
||||
name: "string",
|
||||
yearly: 0,
|
||||
isDate: true,
|
||||
profileTrainingId: "3cf02fb7-2f0c-471b-b641-51d557375c0a",
|
||||
},
|
||||
{
|
||||
|
|
@ -112,6 +113,7 @@ export class ProfileTrainingController extends Controller {
|
|||
duration: "string",
|
||||
name: "name",
|
||||
yearly: 0,
|
||||
isDate: true,
|
||||
profileTrainingId: "3cf02fb7-2f0c-471b-b641-51d557375c0a",
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue