Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Raise an error if mnesia:create_table/2 fails #4138

Merged
merged 2 commits into from
Oct 9, 2023

Commits on Oct 6, 2023

  1. Add mongoose_mnesia module

    It has mongoose_mnesia:create_table/2 function, which checks that mnesia table is
    created correctly.
    arcusfelis committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    41d0ae9 View commit details
    Browse the repository at this point in the history
  2. Disable starting mnesia backend from rdbms backend in mod_pubsub

    Remove mod_pubsub_db_mnesia:stop from mod_pubsub_db_rdbms
    arcusfelis committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    40e3f51 View commit details
    Browse the repository at this point in the history