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