UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

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'); };