This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/compte_agglo_montpellier/migrations/0003_remove_text_plugin_wra...

21 lines
424 B
Python

# -*- coding: utf-8 -*-
from south.utils import datetime_utils as datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
db.delete_column('djangocms_text_ckeditor_text', 'wrapper')
def backwards(self, orm):
pass
models = {
}
complete_apps = ['compte_agglo_montpellier']