Skip to content

Run migrate with --no-initial-data to create tables first.

decentral1se requested to merge migrate_before_loading_fixtures into develop

Created by: qris

Otherwise apps could try to load initial_data from other apps whose tables haven't been created yet, and fail.

Merge request reports

Loading