Fixes for migrations

This commit is contained in:
David Bomba 2021-04-21 16:06:34 +10:00
parent 141543a6a4
commit 23b5686c28

View File

@ -36,7 +36,7 @@ class IdNumberFieldsForMissingEntities extends Migration
Schema::table('vendors', function (Blueprint $table) {
$table->text('vendor_hash')->nullable();
$table->text('public_notes')->nullable();
$table->unique(['company_id', 'number']);
// $table->unique(['company_id', 'number']);
});
Schema::table('vendor_contacts', function (Blueprint $table) {