Drop tracking log table.

This commit is contained in:
Diana Huang
2020-02-05 08:55:27 -05:00
parent 1167ce74c8
commit 67ecee91e4
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# -*- 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',
),
]

View File

@@ -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):
"""