Rename profile to information

This commit is contained in:
2021-08-14 15:03:14 +02:00
parent 046fe0b0a9
commit 4fa0ef6c92
4 changed files with 12 additions and 6 deletions

View File

@@ -15,9 +15,6 @@ export default class Information extends BaseModel {
@column()
public translationId: number
@column()
public hiringColor: string
@column.dateTime({ autoCreate: true })
public createdAt: DateTime