Fix migration
This commit is contained in:
miroman-afk
2023-08-11 11:55:39 +03:00
parent ee1ad42c38
commit 0b5df57d08
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "hrc-admin/hello-world", "name": "hrc-admin/hello-world",
"version": "2.31", "version": "2.32",
"require": { "require": {
"horeca/admin-php-module-core": "dev-master", "horeca/admin-php-module-core": "dev-master",
"guzzlehttp/guzzle": "^7.4", "guzzlehttp/guzzle": "^7.4",

View File

@@ -85,7 +85,7 @@ class UpdateCoreInterface230 extends Migration
if (file_exists(CORE_PATH . '/../../web/libs/xlsx/' . $file)) { if (file_exists(CORE_PATH . '/../../web/libs/xlsx/' . $file)) {
copy(CORE_PATH . '/../../web/libs/xlsx/' . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file . '.bak'); copy(CORE_PATH . '/../../web/libs/xlsx/' . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file . '.bak');
} }
copy($cssUpd . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file); copy($libsUpdXlsx . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file);
} }
} }
} }

View File

@@ -1,5 +1,5 @@
[info] [info]
name=V1 name=V1
version=2.31 version=2.32
[build] [build]
version=2.31 version=2.32