Skip to content

Commit

Permalink
Problem: db-init fails after reboot because of incosistence in DB
Browse files Browse the repository at this point in the history
Solution: schema name fixed

Signed-off-by: Barbora Stepankova <BarboraStepankova@eaton.com>
  • Loading branch information
bstepankova committed Jun 20, 2018
1 parent 717caa3 commit c313f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mysql/0014_user_preferences.sql
Expand Up @@ -20,7 +20,7 @@

/* For details on schema version support see the main initdb.sql */
SET @bios_db_schema_version = '201806140001';
SET @bios_db_schema_filename = '0014_user_management.sql';
SET @bios_db_schema_filename = '0014_user_preferences.sql';

use box_utf8;

Expand Down

0 comments on commit c313f2e

Please sign in to comment.