refactor: remove training property description, add svgIconURL, drop old migration and create new
- since app was not deployed yet, i deleted the migration to keep them clean
This commit is contained in:
parent
f731dd6bcb
commit
be651d1b9f
5 changed files with 37 additions and 7 deletions
|
|
@ -13,11 +13,11 @@ async function seed() {
|
|||
id: training.metadata.id ,
|
||||
name: training.metadata.name,
|
||||
slug: training.metadata.slug,
|
||||
description: training.metadata.description,
|
||||
days: training.metadata.days,
|
||||
weight: training.metadata.weight,
|
||||
draft: training.metadata.draft,
|
||||
logoURL: training.metadata.logoURL,
|
||||
svgIconURL: training.metadata.svgIconURL,
|
||||
repositoryURL: training.metadata.repositoryURL,
|
||||
priceOpen: training.metadata.priceOpen,
|
||||
priceCorporate: training.metadata.priceCorporate,
|
||||
|
|
@ -27,11 +27,11 @@ async function seed() {
|
|||
id: training.metadata.id ,
|
||||
name: training.metadata.name,
|
||||
slug: training.metadata.slug,
|
||||
description: training.metadata.description,
|
||||
days: training.metadata.days,
|
||||
weight: training.metadata.weight,
|
||||
draft: training.metadata.draft,
|
||||
logoURL: training.metadata.logoURL,
|
||||
svgIconURL: training.metadata.svgIconURL,
|
||||
repositoryURL: training.metadata.repositoryURL,
|
||||
priceOpen: training.metadata.priceOpen,
|
||||
priceCorporate: training.metadata.priceCorporate,
|
||||
|
|
|
|||
Reference in a new issue