In theory, the slingshot controller is setup for user account support.
[lyrix.git] / vendor / plugins / manage_fixtures / CHANGELOG
blob6f4d2881d08eed4f4193cb63a97262eee1b3e47f
1 -----
2 2.1.0
3 - Added table import functionality
4   - Changed default db:fixtures:import_all to use tables instead of models
5   - db:fixtures:import_for_tables TABLES=foos,bars
7 2.0.0
8 - Added two new export tasks
9   - db:fixtures:import_all
10   - db:fixtures:import_for_models MODELS=Foo,Bar
12 1.0.0
14 - imported original code by Chris McGrath [octopod]
15 - added namespace support for the tasks [nshb]