source: OpenWorkouts-current/ow/tests/migrations/1.py @ eb20dc8

currentfeature/docs
Last change on this file since eb20dc8 was eb20dc8, checked in by Borja Lopez <borja@…>, 5 years ago

(#45) - Added ZODB migrations support

  • Property mode set to 100644
File size: 153 bytes
Line 
1from ow.migrate import output
2
3
4def migrate(root):
5    """
6    Fake first migration
7
8    Super fake migration
9    """
10    output('Fake first migration')
Note: See TracBrowser for help on using the repository browser.