Skip to content
Snippets Groups Projects
  • Hartung, Michael's avatar
    c1279300
    renaming netex to drugstone · c1279300
    Hartung, Michael authored
    Former-commit-id: ba707324e385ba1b4497ba529f4b7417e5d1a25b [formerly 1a5ec010cd13a9aba205a306fd22c3ea04d6fee1]
    Former-commit-id: 110966177ae1f158502d9823609078d37e55c679
    c1279300
    History
    renaming netex to drugstone
    Hartung, Michael authored
    Former-commit-id: ba707324e385ba1b4497ba529f4b7417e5d1a25b [formerly 1a5ec010cd13a9aba205a306fd22c3ea04d6fee1]
    Former-commit-id: 110966177ae1f158502d9823609078d37e55c679
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
0029_auto_20200405_0047.py 359 B
# Generated by Django 3.0.5 on 2020-04-04 22:47

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('drugstone', '0028_auto_20200404_1337'),
    ]

    operations = [
        migrations.AlterUniqueTogether(
            name='proteinproteininteraction',
            unique_together=set(),
        ),
    ]