Adding migrations 053 and 054, which are no-ops. We want to do this because we had to use up some extra migrations in our internal branch, and we are now at version 54, which is identical to version 52 in SVN.
Signed-off-by: James Ren <[email protected]>
Index: autotest/frontend/migrations/054_nop.py =================================================================== --- autotest/frontend/migrations/054_nop.py (revision 0) +++ autotest/frontend/migrations/054_nop.py (revision 0) @@ -0,0 +1,6 @@ +def migrate_up(manager): + pass + + +def migrate_down(manager): + pass Index: autotest/frontend/migrations/053_nop.py =================================================================== --- autotest/frontend/migrations/053_nop.py (revision 0) +++ autotest/frontend/migrations/053_nop.py (revision 0) @@ -0,0 +1,6 @@ +def migrate_up(manager): + pass + + +def migrate_down(manager): + pass
_______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
