Renamed inportedBy to createdBy in DB Schema

This commit is contained in:
Leon Meier 2023-05-23 21:56:12 +02:00
parent 7562f7005b
commit ce04e4ff1c

View File

@ -56,7 +56,7 @@ model Item {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
importedBy String?
createdBy String?
}
model StorageLocation {