diff options
author | maxbr <maxbr@mi.fu-berlin.de> | 2016-08-22 18:50:33 +0200 |
---|---|---|
committer | maxbr <maxbr@mi.fu-berlin.de> | 2016-08-22 18:59:32 +0200 |
commit | 7528d995257181b91c0d82dd82a2aa0f832ef63f (patch) | |
tree | 5d3e799afdf28fde3fd27f2a1046049c67942e03 /tools/pharos-dashboard/account/migrations/0002_auto_20160816_1511.py | |
parent | 1749ab62c28b58b4838cb549614e212896c3e752 (diff) |
Remove database migration files
JIRA: RELENG-12
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/account/migrations/0002_auto_20160816_1511.py')
-rw-r--r-- | tools/pharos-dashboard/account/migrations/0002_auto_20160816_1511.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0002_auto_20160816_1511.py b/tools/pharos-dashboard/account/migrations/0002_auto_20160816_1511.py deleted file mode 100644 index 3fcd989a..00000000 --- a/tools/pharos-dashboard/account/migrations/0002_auto_20160816_1511.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.10 on 2016-08-16 15:11 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('account', '0001_initial'), - ] - - operations = [ - migrations.AddField( - model_name='userprofile', - name='oauth_secret', - field=models.CharField(default='', max_length=1024), - preserve_default=False, - ), - migrations.AddField( - model_name='userprofile', - name='oauth_token', - field=models.CharField(default='', max_length=1024), - preserve_default=False, - ), - ] |