Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from lgoldbach/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lgoldbach committed Mar 11, 2020
2 parents d30a2e0 + 916d012 commit e34c38c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 87 deletions.
20 changes: 0 additions & 20 deletions library_sample_shared/migrations/0008_auto_20200220_1152.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.28 on 2020-02-20 14:47
# Generated by Django 1.11.28 on 2020-03-11 10:53
from __future__ import unicode_literals

from django.db import migrations, models
Expand All @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('library_sample_shared', '0008_auto_20200220_1152'),
('library_sample_shared', '0007_auto_20200207_1056'),
]

operations = [
Expand All @@ -27,4 +27,9 @@ class Migration(migrations.Migration):
name='index',
field=models.CharField(max_length=24, verbose_name='Index'),
),
migrations.AlterField(
model_name='indextype',
name='index_length',
field=models.CharField(choices=[('6', '6'), ('8', '8'), ('10', '10'), ('12', '12'), ('24', '24')], default='8', max_length=2, verbose_name='Index Length'),
),
]
20 changes: 0 additions & 20 deletions library_sample_shared/migrations/0010_auto_20200306_1606.py

This file was deleted.

20 changes: 0 additions & 20 deletions library_sample_shared/migrations/0011_auto_20200309_1644.py

This file was deleted.

25 changes: 0 additions & 25 deletions library_sample_shared/migrations/0023_auto_20200311_1022.py

This file was deleted.

0 comments on commit e34c38c

Please sign in to comment.