mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-05-24 15:13:49 +00:00
9 lines
200 B
Python
9 lines
200 B
Python
from south.v2 import SchemaMigration
|
|
|
|
class Migration(SchemaMigration):
|
|
def forwards(self, orm):
|
|
a = 1 # pyflakes/pylint violation
|
|
pass
|
|
|
|
def backwards(self, orm):
|
|
pass
|