Skip to content

Commit

Permalink
feat(cups): setting for cup specific team points
Browse files Browse the repository at this point in the history
  • Loading branch information
sunehs committed Jan 6, 2024
1 parent 3915d02 commit 1d35623
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/data/models/SiteCupGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ const SiteCupGroup = Model.define(
allowNull: false,
defaultValue: false,
},
TeamPoints: {
type: DataType.INTEGER,
allowNull: false,
defaultValue: 0,
},
},
{
indexes: [{ fields: ['KuskiIndex'] }],
Expand Down

0 comments on commit 1d35623

Please sign in to comment.