Commit e012faa0aaa22f6bb50f790a5fafae9d619a840b
1 parent
d4d2b3f1
Exists in
removing_super_archives_email
Changing super_archives.emailaddress to accounts.emailaddress
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/colab-spb-plugin/src/colab_spb/fixtures/colab_spb.json
src/colab-spb-plugin/src/colab_spb/migrations/0001_initial.py
| ... | ... | @@ -8,8 +8,8 @@ class Migration(migrations.Migration): |
| 8 | 8 | |
| 9 | 9 | dependencies = [ |
| 10 | 10 | ('colab_gitlab', '0001_initial'), |
| 11 | - ('colab_noosfero', '__first__'), | |
| 12 | - ('super_archives', '0002_mailinglist_is_private'), | |
| 11 | + ('super_archives', '0001_initial'), | |
| 12 | + ('colab_noosfero', '0001_initial'), | |
| 13 | 13 | ] |
| 14 | 14 | |
| 15 | 15 | operations = [ | ... | ... |