mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated plan price field name
This commit is contained in:
parent
afb34d1de6
commit
5fbae548e2
@ -14,7 +14,7 @@ class SupportNewPricing extends Migration
|
|||||||
{
|
{
|
||||||
Schema::table('companies', function (Blueprint $table)
|
Schema::table('companies', function (Blueprint $table)
|
||||||
{
|
{
|
||||||
$table->decimal('price', 7, 2)->nullable();
|
$table->decimal('plan_price', 7, 2)->nullable();
|
||||||
$table->smallInteger('num_users')->default(1);
|
$table->smallInteger('num_users')->default(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user