@natrave/shared-entities 1.2.41 → 1.2.42

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.
@@ -118,7 +118,7 @@ __decorateClass([
118
118
  Column({
119
119
  name: "registration_fee",
120
120
  type: "int",
121
- default: 0,
121
+ default: null,
122
122
  nullable: true,
123
123
  comment: "Valor da taxa de inscri\xE7\xE3o (em centavos)."
124
124
  })
@@ -127,7 +127,7 @@ __decorateClass([
127
127
  Column({
128
128
  name: "referee_fee",
129
129
  type: "int",
130
- default: 0,
130
+ default: null,
131
131
  nullable: true,
132
132
  comment: "Valor da taxa de arbitragem (em centavos)."
133
133
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natrave/shared-entities",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "description": "Entidades compartilhadass da NaTrave",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.js",