test-entity-library-asm 3.2.7 → 3.2.8
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.
|
@@ -50,6 +50,7 @@ var RequestLocal = /** @class */ (function () {
|
|
|
50
50
|
], RequestLocal.prototype, "status", void 0);
|
|
51
51
|
__decorate([
|
|
52
52
|
(0, typeorm_1.Column)({
|
|
53
|
+
type: "varchar",
|
|
53
54
|
length: 4,
|
|
54
55
|
nullable: true,
|
|
55
56
|
comment: "Columna para saber cuánto tiempo máximo (minutos) nos tomará en preparar los productos y sus toppings.\r\n\r\nEsta columna viene también al momento de crear.",
|
package/package.json
CHANGED