1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-07-05 08:04:26 +03:00
kohana-migrations/tests/datasets/minion/migration/model.xml
Matt Button e0fe87f443 Starting to refactor stuff.
Renaming locations -> groups
Cut down the size of fetch_required_migrations()
2011-02-17 20:43:04 +00:00

12 lines
944 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<test_minion_migrations timestamp="20101215164400" description="create-tables" group="app" applied="1" />
<test_minion_migrations timestamp="20101215165000" description="add-name-column-to-members" group="app" applied="0" />
<test_minion_migrations timestamp="20101216000000" description="add-index-on-name" group="app" applied="0" />
<test_minion_migrations timestamp="20101216080000" description="remove-password-salt-column" group="app" applied="1" />
<test_minion_migrations timestamp="20101215164500" description="create-table" group="dblogger" applied="1" />
<test_minion_migrations timestamp="20101225000000" description="remove-unique-index" group="dblogger" applied="1" />
<test_minion_migrations timestamp="20101226112100" description="add-pk" group="dblogger" applied="0" />
</dataset>