Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
Cüneyt Şentürk 2021-01-17 23:56:25 +03:00
commit 9506fa8ad2

View File

@ -43,6 +43,8 @@ class CoreV210 extends Migration
$table->timestamps();
$table->softDeletes();
$table->index('company_id');
$table->index('type');
$table->unique(['document_number', 'deleted_at', 'company_id', 'type']);
});