시더 변경

This commit is contained in:
2025-05-26 04:46:26 +09:00
parent b03f8d2d35
commit 666d39704b
@@ -4,7 +4,7 @@ module.exports = {
{
name: 'Basic',
description: '기본적인 클럽 관리 기능을 제공합니다.',
price: 10000,
price: 5500,
maxMembers: 10,
status: 'active',
createdAt: new Date(),
@@ -13,7 +13,7 @@ module.exports = {
{
name: 'Premium',
description: '고급 분석 기능과 함께 더 많은 회원을 관리할 수 있습니다.',
price: 25000,
price: 9900,
maxMembers: 30,
status: 'active',
createdAt: new Date(),
@@ -22,7 +22,7 @@ module.exports = {
{
name: 'Enterprise',
description: '무제한 회원 관리와 모든 프리미엄 기능을 제공합니다.',
price: 50000,
price: 19900,
maxMembers: 0,
status: 'active',
createdAt: new Date(),