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

Add check-empty-type support to explicit load calls. #584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 8, 2023

  1. Add check-empty-type support to explicit load calls.

    If "load" is requested from the moqui cli, then all given data load
    types are *always* run.  However, if moqui is started normally, it has
    special support to load certain data items only the *first* time, when
    the database is empty(checked via looking for Enumeration records).
    
    This feature lets one specify check-empty-types, and load types.  Then,
    always call "load" in the deployment process, and the first time
    through(empty database) it'll load seed,seed-initial, etc, and subsequent
    calls will just load seed.
    eigood committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b98530c View commit details
    Browse the repository at this point in the history