Renamed inportedBy to createdBy in DB Schema
This commit is contained in:
@ -56,7 +56,7 @@ model Item {
|
||||
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
importedBy String?
|
||||
createdBy String?
|
||||
}
|
||||
|
||||
model StorageLocation {
|
||||
|
Reference in New Issue
Block a user