test-entity-library-asm 2.6.4 → 2.6.5

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.
@@ -48,7 +48,7 @@ var PartnerNotification = /** @class */ (function () {
48
48
  ], PartnerNotification.prototype, "description", void 0);
49
49
  __decorate([
50
50
  (0, typeorm_1.Column)({
51
- type: 'json',
51
+ type: 'text',
52
52
  nullable: true,
53
53
  transformer: jsonTransformer_1.jsonTransformer,
54
54
  comment: 'Configuración adicional de la notificación, como enlaces, qué hace después de darle click...',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@ export class PartnerNotification {
39
39
  description: string
40
40
 
41
41
  @Column({
42
- type: 'json',
42
+ type: 'text',
43
43
  nullable: true,
44
44
  transformer: jsonTransformer,
45
45
  comment: