mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change onboarding
type to mediumText
This commit is contained in:
parent
dff50a7886
commit
ab7c2253a4
@ -15,7 +15,7 @@ class Onboarding extends Migration
|
|||||||
{
|
{
|
||||||
Schema::table('accounts', function (Blueprint $table) {
|
Schema::table('accounts', function (Blueprint $table) {
|
||||||
$table->boolean('is_onboarding')->default(false);
|
$table->boolean('is_onboarding')->default(false);
|
||||||
$table->json('onboarding')->nullable();
|
$table->mediumText('onboarding')->nullable();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user