-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: attempt to fix invalid session table name generated by hibernate…
… which prevents login of consultants
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ ALTER SEQUENCE sequence_session RESTART WITH 100000; | |
ALTER SEQUENCE sequence_session_topic RESTART WITH 100000; | ||
ALTER SEQUENCE sequence_consultant_agency RESTART WITH 100000; | ||
ALTER SEQUENCE sequence_admin_agency RESTART WITH 100000; | ||
INSERT INTO "user"(`user_id`, `id_old`, `delete_date`, `username`, `email`, `rc_user_id`, | ||
INSERT INTO _USER(`user_id`, `id_old`, `delete_date`, `username`, `email`, `rc_user_id`, | ||
`language_formal`, `create_date`, `update_date`,`notifications_enabled`) | ||
VALUES ('015d013d-95e7-4e91-85b5-12cdb3d317f3', 0, NULL, 'enc.OBSXEZTPOJWWC3TDMUWWC43LMVZC2NZS', | ||
'[email protected]', 'dciScSDa9Qm8vmEBB', 1, | ||
|