Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Obsolete
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
-
Environment:Szkopuł
Description
When you enable participants app without oi app you currently get following exception when migrating
```
django.db.migrations.exceptions.NodeNotFoundError: Migration participants.0004_auto_20160412_1718 dependencies reference nonexistent parent node (u'oi', u'0002_auto_20160412_1720')
```
Hotfix on Szkopul removes that dependency. This dependency was created, becouse "onsiteregistration" was previously part of "oi" app and was moved to "participants" app. Correct order of migrations is important to preserve data in that table if "oi" app is used.
```
django.db.migrations.exceptions.NodeNotFoundError: Migration participants.0004_auto_20160412_1718 dependencies reference nonexistent parent node (u'oi', u'0002_auto_20160412_1720')
```
Hotfix on Szkopul removes that dependency. This dependency was created, becouse "onsiteregistration" was previously part of "oi" app and was moved to "participants" app. Correct order of migrations is important to preserve data in that table if "oi" app is used.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Connect your code to JIRA
Link every code change to JIRA just by adding an issue keys in commit messages. Bridge the gap back to your source and know which changes fixed which JIRA issues.Git & Mercurial in the cloud
Collaborate across unlimited private code repositories.
Git behind the firewall
Manage and collaborate on Git repositories behind a firewall.
Browse and search code
Browse, search, and track source code repositories.