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.
0022_auto_20200403_1319.py 342 B
# Generated by Django 3.0.5 on 2020-04-03 13:19

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('drugstone', '0021_remove_protein_proteins'),
    ]

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