From a65840f3c944c099b9d1b36bbbbc78e9395a58e7 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 14:49:14 +0300 Subject: Flattening migrations --- servo/migrations/0024_auto_20150813_1048.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 servo/migrations/0024_auto_20150813_1048.py (limited to 'servo/migrations/0024_auto_20150813_1048.py') diff --git a/servo/migrations/0024_auto_20150813_1048.py b/servo/migrations/0024_auto_20150813_1048.py deleted file mode 100644 index 080ac38..0000000 --- a/servo/migrations/0024_auto_20150813_1048.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - -from django.db import models, migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('servo', '0023_auto_20150612_0822'), - ] - - operations = [ - migrations.RemoveField( - model_name='gsxaccount', - name='password', - ), - migrations.RemoveField( - model_name='user', - name='gsx_password', - ), - ] -- cgit v1.2.3