UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

9 lines (7 loc) • 198 B
migration.up = function(migrator) { // nothing needed, all handled by the 'db_file' property // in models/fighters.js }; migration.down = function(migrator) { migrator.dropTable('fighters'); };