update schema dump
This commit is contained in:
parent
a11d2c88bc
commit
ed97890b7e
2 changed files with 0 additions and 2529 deletions
|
|
@ -14,10 +14,6 @@ return new class extends Migration
|
|||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::table('tasks', function (Blueprint $table)
|
||||
{
|
||||
$table->boolean('invoice_lock')->default(false);
|
||||
});
|
||||
|
||||
Schema::table('companies', function (Blueprint $table)
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue