시더 변경
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: 'Basic',
|
name: 'Basic',
|
||||||
description: '기본적인 클럽 관리 기능을 제공합니다.',
|
description: '기본적인 클럽 관리 기능을 제공합니다.',
|
||||||
price: 10000,
|
price: 5500,
|
||||||
maxMembers: 10,
|
maxMembers: 10,
|
||||||
status: 'active',
|
status: 'active',
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
@@ -13,7 +13,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: 'Premium',
|
name: 'Premium',
|
||||||
description: '고급 분석 기능과 함께 더 많은 회원을 관리할 수 있습니다.',
|
description: '고급 분석 기능과 함께 더 많은 회원을 관리할 수 있습니다.',
|
||||||
price: 25000,
|
price: 9900,
|
||||||
maxMembers: 30,
|
maxMembers: 30,
|
||||||
status: 'active',
|
status: 'active',
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
@@ -22,7 +22,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: 'Enterprise',
|
name: 'Enterprise',
|
||||||
description: '무제한 회원 관리와 모든 프리미엄 기능을 제공합니다.',
|
description: '무제한 회원 관리와 모든 프리미엄 기능을 제공합니다.',
|
||||||
price: 50000,
|
price: 19900,
|
||||||
maxMembers: 0,
|
maxMembers: 0,
|
||||||
status: 'active',
|
status: 'active',
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
|
|||||||
Reference in New Issue
Block a user