test-entity-library-asm 2.6.30 → 2.7.0

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.
@@ -97,7 +97,7 @@ var DiscountCodeCompany = /** @class */ (function () {
97
97
  onDelete: 'CASCADE',
98
98
  onUpdate: 'NO ACTION',
99
99
  }),
100
- (0, typeorm_1.JoinColumn)({ name: 'update_by' }),
100
+ (0, typeorm_1.JoinColumn)({ name: 'updated_by' }),
101
101
  __metadata("design:type", Master_1.Master)
102
102
  ], DiscountCodeCompany.prototype, "updated_by", void 0);
103
103
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "2.6.30",
3
+ "version": "2.7.0",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -87,7 +87,7 @@ export class DiscountCodeCompany {
87
87
  onDelete: 'CASCADE',
88
88
  onUpdate: 'NO ACTION',
89
89
  })
90
- @JoinColumn({ name: 'update_by' })
90
+ @JoinColumn({ name: 'updated_by' })
91
91
  updated_by: Master
92
92
 
93
93
  @OneToMany(