Browse Source

Reorder updatedAt

pull/7270/head
Thomas Kaul 1 week ago
parent
commit
76a80a0ea9
  1. 2
      prisma/schema.prisma

2
prisma/schema.prisma

@ -203,11 +203,11 @@ model SymbolProfile {
isActive Boolean @default(true)
isin String?
name String?
updatedAt DateTime @updatedAt
scraperConfiguration Json?
sectors Json?
symbol String
symbolMapping Json?
updatedAt DateTime @updatedAt
url String?
user User? @relation(fields: [userId], onDelete: Cascade, references: [id])
userId String?

Loading…
Cancel
Save