update schema dump

This commit is contained in:
David Bomba 2022-11-25 23:42:17 +11:00
parent a11d2c88bc
commit ed97890b7e
2 changed files with 0 additions and 2529 deletions

View File

@ -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