Sha256: 190f19c11d5729af641f636a9a864fe9a890cab6ab2bf9be2113493779a14876
Contents?: true
Size: 414 Bytes
Versions: 40
Compression:
Stored size: 414 Bytes
Contents
# This migration comes from erp_app (originally 20121130201859) class UpgradeRemoveSystemMgmtApp def self.up #insert data here widget = Widget.find_by_xtype('systemmanagement_applicationrolemanagment') widget.destroy unless widget.nil? app = Application.find_by_internal_identifier('system_management') app.destroy unless app.nil? end def self.down #remove data here end end
Version data entries
40 entries across 40 versions & 13 rubygems