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