Skip to content

Commit

Permalink
add migration for previous commit
Browse files Browse the repository at this point in the history
see #84 and fccfcaf
  • Loading branch information
Tremor committed Aug 21, 2018
1 parent fccfcaf commit 956cf03
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.10 on 2018-08-21 13:31
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('waveforms', '0002_auto_20160706_1508'),
]

operations = [
migrations.AlterUniqueTogether(
name='continuoustrace',
unique_together=set([('file', 'pos', 'network', 'station', 'location', 'channel', 'timerange')]),
),
]

0 comments on commit 956cf03

Please sign in to comment.