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_migration.py
blob
6d70660f5a2802bfc0d6aa9c878b13f52ddff0d9
1
from
dmigrations
.
mysql
.
migrations
import
Migration
2
3
migration
=
Migration
(
sql_up
=
""
,
sql_down
=
""
)