getting file size for all dict files to be downloaded. coming to be 400mb or so.
[worddb.git] / libs / dmigrations / tests / mock_migrations_dir / .svn / text-base / 009_one.py.svn-base
blob716004f11837a0030248209379f0587cbe0cc212
1 from dmigrations.mysql import migrations as m
3 migration = m.Migration(sql_up="INSERT INTO mock VALUES (9, 1)", sql_down="")