Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Delete django_workable tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed May 18, 2016
1 parent fc5e3bc commit 1086317
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions careers/base/migrations/0001_initial.py
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
]

operations = [
migrations.RunSQL("DROP TABLE IF EXISTS `django_workable_position`;"),
migrations.RunSQL("DROP TABLE IF EXISTS `django_workable_category`;")
]
Empty file.
2 changes: 2 additions & 0 deletions requirements.txt
Expand Up @@ -149,3 +149,5 @@ zope.interface==4.1.3 \
--hash=sha256:928138365245a0e8869a5999fbcc2a45475a0a6ed52a494d60dbdc540335fedd \
--hash=sha256:0d841ba1bb840eea0e6489dc5ecafa6125554971f53b5acb87764441e61bceba \
--hash=sha256:b09c8c1d47b3531c400e0195697f1414a63221de6ef478598a4f1460f7d9a392
sqlparse==0.1.19 \
--hash=sha256:d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8

0 comments on commit 1086317

Please sign in to comment.