repo.or.cz
/
worddb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
webfaction and repo.or.cz deployment done
[worddb.git]
/
libs
/
dmigrations
/
tests
/
test_migrations
/
valid_custom_migration.py
blob
e0f6cddb813e7c5e3d9f3cd28caada0aad4ecb4c
1
from
dmigrations
.
mysql
.
migrations
import
Migration
2
3
class
MyCrazyMigration
(
Migration
):
4
pass
5
6
migration
=
MyCrazyMigration
(
sql_up
=
""
,
sql_down
=
""
)