Skip to content
Snippets Groups Projects
  • Kshitij Sobti's avatar
    59b7c431
    Fix migration `config_id` conflict. · 59b7c431
    Kshitij Sobti authored
    A previous PR (#130) added a new unique field with a default value to the
    LtiConfiguration model. Such cases need special handling in migraiton, however
    the previous PR did not include that. This commit fixes the migration to include
    the special handling for new unique fields.
    Fix migration `config_id` conflict.
    Kshitij Sobti authored
    A previous PR (#130) added a new unique field with a default value to the
    LtiConfiguration model. Such cases need special handling in migraiton, however
    the previous PR did not include that. This commit fixes the migration to include
    the special handling for new unique fields.
setup.py 2.67 KiB