misc: drop unused template variable model (missing migration) (#31205)

This commit is contained in:
Frédéric Péters 2019-06-12 10:43:38 +02:00
parent 27cb8cbb5b
commit 5c0b3012ca
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.12 on 2019-06-02 13:56
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('base', '0012_job'),
]
operations = [
migrations.DeleteModel(
name='TemplateVar',
),
]