getting file size for all dict files to be downloaded. coming to be 400mb or so.
[worddb.git] / libs / dmigrations / tests / mock_migrations_dir / 002_bar.py
blob49bf637e328ad6cfb1dfac031cf7e100e05ead57
1 from dmigrations.mysql import migrations as m
3 migration = m.Migration(sql_up="INSERT INTO mock VALUES (2)", sql_down="")