Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix order of SQL in release upgrade patch #6728

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented Jun 15, 2020

The modules table must be created before the battery_manager
attempts to insert into the module.

Resolves #6726

The modules table must be created before the battery_manager
attempts to insert into the module.
@johnsaigle johnsaigle added the SQL PR contains SQL modifications such as schema changes and new SQL scripts label Jun 15, 2020
@driusan
Copy link
Collaborator Author

driusan commented Jun 15, 2020

This passed Travis when you click through, but the icon didn't update on the github frontend..

@driusan driusan merged commit 38441d1 into aces:23.0-release Jun 15, 2020
@ridz1208 ridz1208 added this to the 23.0.1 milestone Jun 15, 2020
spell00 pushed a commit to spell00/Loris that referenced this pull request Aug 13, 2020
The modules table must be created before the battery_manager
attempts to insert into the module.
AlexandraLivadas pushed a commit to AlexandraLivadas/Loris that referenced this pull request Jun 15, 2021
The modules table must be created before the battery_manager
attempts to insert into the module.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
SQL PR contains SQL modifications such as schema changes and new SQL scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

22.0_To_23.0_upgrade.sql attempts to insert into modules table before creating the table
3 participants