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
getting file size for all dict files to be downloaded. coming to be 400mb or so.
[worddb.git]
/
libs
/
dmigrations
/
tests
/
mock_migrations_dir
/
001_foo.py
blob
733baeea535ba101811774647c2387309811f86f
1
from
dmigrations
.
mysql
import
migrations
as
m
2
3
migration
=
m
.
Migration
(
sql_up
=
"INSERT INTO mock VALUES (1)"
,
sql_down
=
"DELETE FROM mock WHERE id=1"
)
4