@juliobrim/prisma-shared 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/schema.prisma
CHANGED
|
@@ -881,6 +881,7 @@ model DeviceOperator {
|
|
|
881
881
|
model ProductBatch {
|
|
882
882
|
id Int @id @default(autoincrement())
|
|
883
883
|
productId String
|
|
884
|
+
supplier String?
|
|
884
885
|
batchNumber String
|
|
885
886
|
internalBatchNumber String?
|
|
886
887
|
initialQuantity Float // Quantidade inicial adicionada ao estoque
|