@asumano/worklip-typeorm-db 1.1.9 → 1.1.10
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.
|
@@ -26,6 +26,14 @@ __decorate([
|
|
|
26
26
|
(0, typeorm_1.Column)({ length: 50, type: "varchar", comment: "Nombre de la plataforma." }),
|
|
27
27
|
__metadata("design:type", String)
|
|
28
28
|
], AssociatePlatform.prototype, "name", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)({
|
|
31
|
+
length: 50,
|
|
32
|
+
type: "varchar",
|
|
33
|
+
comment: "Nombre que se va a mostrar en el front.",
|
|
34
|
+
}),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], AssociatePlatform.prototype, "label", void 0);
|
|
29
37
|
__decorate([
|
|
30
38
|
(0, typeorm_1.Column)({
|
|
31
39
|
default: 1,
|