Revert "Switch to utf8mb4 (#12501)" (#12578)

This reverts commit 8e2e67d0ee.
This commit is contained in:
Tony Murray
2021-03-01 14:59:06 -06:00
committed by GitHub
parent c0060dc6ed
commit f5a0959181
21 changed files with 1653 additions and 2152 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ jobs:
env:
PORT: ${{ job.services.database.ports[3306] }}
run: |
mysql -h"127.0.0.1" -P"$PORT" --user=librenms --password=librenms -e 'ALTER DATABASE librenms_phpunit_78hunjuybybh CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;'
mysql -h"127.0.0.1" -P"$PORT" --user=librenms --password=librenms -e 'ALTER DATABASE librenms_phpunit_78hunjuybybh CHARACTER SET utf8 COLLATE utf8_unicode_ci;'
-
name: Artisan serve
if: matrix.skip-web-check != '1'