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