v.1.9 update
Clients download update
This commit is contained in:
@@ -53,6 +53,7 @@ class ClientFile extends HRCCommand implements HRCCommandInterface {
|
||||
file_put_contents($dirname . $filename, implode("\n", $finishSavedCsv));
|
||||
return [
|
||||
'status' => 'success',
|
||||
'terminalKey' => $terminal['key'],
|
||||
'filename' => $filename,
|
||||
'filedate' => $file,
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hrc-admin/hello-world",
|
||||
"version": "1.8",
|
||||
"version": "1.9",
|
||||
"require": {
|
||||
"horeca/admin-php-module-core": "dev-master"
|
||||
},
|
||||
|
||||
@@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[info]
|
||||
name=V1
|
||||
version=1.8
|
||||
version=1.9
|
||||
[build]
|
||||
version=1.8
|
||||
version=1.9
|
||||
|
||||
Reference in New Issue
Block a user