Skip to content
Snippets Groups Projects
Commit 67ecee91 authored by Diana Huang's avatar Diana Huang
Browse files

Drop tracking log table.

parent 1167ce74
Branches
Tags
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.27 on 2020-02-04 21:16
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('track', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='TrackingLog',
),
]
......@@ -223,7 +223,6 @@ class MigrationTests(TestCase):
"""
@unittest.skip("Need to skip as part of renaming a field in schedules app. This will be unskipped in DE-1825")
@unittest.skip("This is also being skipped as part of the dropping of tracking tables for DEPR-57")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment