mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix(Setup): fix seed setup settings to the storage.
This commit is contained in:
@@ -11,12 +11,9 @@ exports.seed = (knex) => {
|
||||
price: 0,
|
||||
active: true,
|
||||
currency: 'LYD',
|
||||
|
||||
trial_period: 7,
|
||||
trial_interval: 'days',
|
||||
|
||||
index: 1,
|
||||
voucher_required: true,
|
||||
},
|
||||
{
|
||||
name: 'Starter',
|
||||
@@ -24,10 +21,8 @@ exports.seed = (knex) => {
|
||||
price: 500,
|
||||
active: true,
|
||||
currency: 'LYD',
|
||||
|
||||
invoice_period: 12,
|
||||
invoice_interval: 'month',
|
||||
|
||||
index: 2,
|
||||
},
|
||||
{
|
||||
@@ -36,10 +31,8 @@ exports.seed = (knex) => {
|
||||
price: 1000,
|
||||
active: true,
|
||||
currency: 'LYD',
|
||||
|
||||
invoice_period: 12,
|
||||
invoice_interval: 'month',
|
||||
|
||||
index: 3,
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user