mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for migrations
This commit is contained in:
parent
141543a6a4
commit
23b5686c28
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user