/stationary/basic/stationary/migration.tpl
Smarty Template | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | ce960adb877d8afa53aa5dcf3baef586 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
- <?php
- class Migration_[[$version]] extends Migration
- {
- function up()
- {
-
- }
-
- function down()
- {
- }
- }