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
|
|
@ -7,11 +7,11 @@ type Training = {
|
|||
id: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
description: string;
|
||||
days: number;
|
||||
weight: number;
|
||||
draft?: boolean;
|
||||
logoURL?: string;
|
||||
svgIconURL?: string;
|
||||
repositoryURL?: string;
|
||||
priceOpen: number;
|
||||
priceCorporate: number;
|
||||
|
|
|
|||
Reference in a new issue