시드 생성

This commit is contained in:
2025-04-24 12:01:51 +09:00
parent beac42d60c
commit 7fa99e6988
42 changed files with 938 additions and 1170 deletions
-2
View File
@@ -78,7 +78,6 @@ exports.getActiveFeatures = async (req, res) => {
},
include: [{
model: Feature,
as: 'feature',
attributes: ['name', 'description']
}],
attributes: ['id', 'featureId', 'purchaseDate', 'expiryDate']
@@ -106,7 +105,6 @@ exports.getFeaturePayments = async (req, res) => {
},
include: [{
model: Feature,
as: 'feature',
attributes: ['name']
}],
attributes: [