v.1.9 update

Clients download update
This commit is contained in:
miroman-afk
2021-11-11 10:32:31 +03:00
parent 151704b637
commit 13a115ba0d
4 changed files with 4 additions and 6 deletions

View File

@@ -15,9 +15,6 @@ class AddForeignKeyToClientsTable extends Migration {
$table->string('user_code')->unique()->change();
});
Schema::table('clients_phone', function (Blueprint $table) {
$table->foreign('client_guid')->references('user_code')->on('clients');
});
}
/**