Sha256: 90820f57b2f01d257897e0b92f3e633b84072f8600cd0408fb90b8a88a6bb282
Contents?: true
Size: 426 Bytes
Versions: 13
Compression:
Stored size: 426 Bytes
Contents
# This migration comes from erp_app (originally 20130411200351) class AddJobTrackerMobileApp def self.up MobileApplication.create( :description => 'Jobs', :icon => 'icon-tasks', :internal_identifier => 'job_tracker', :xtype => 'compass-erpapp-mobile-jobtracker-application' ) end def self.down MobileApplication.destroy_all("internal_identifier = 'job_tracker'") end end
Version data entries
13 entries across 13 versions & 4 rubygems