mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
update schema dump
This commit is contained in:
parent
a11d2c88bc
commit
ed97890b7e
@ -14,10 +14,6 @@ return new class extends Migration
|
|||||||
*/
|
*/
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('tasks', function (Blueprint $table)
|
|
||||||
{
|
|
||||||
$table->boolean('invoice_lock')->default(false);
|
|
||||||
});
|
|
||||||
|
|
||||||
Schema::table('companies', function (Blueprint $table)
|
Schema::table('companies', function (Blueprint $table)
|
||||||
{
|
{
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user