Sha256: 4899104765ece72463cefc6fd350fc1c4230082a1a3331309cb2333f074db18e

Contents?: true

Size: 627 Bytes

Versions: 26

Compression:

Stored size: 627 Bytes

Contents

# This migration comes from erp_tech_svcs (originally 20120109173616)
class CreateDownloadCapabilityType
  
  def self.up
    CapabilityType.create(:internal_identifier => 'download', :description => 'Download')
    Role.create(:description => 'File Downloader', :internal_identifier => 'file_downloader')
  end
  
  def self.down
    CapabilityType.where("internal_identifier = 'download'").first.destroy unless Role.where("internal_identifier = 'download'").first.nil?
    Role.where("internal_identifier = 'file_downloader'").first.destroy  unless Role.where("internal_identifier = 'file_downloader'").first.nil?
  end

end

Version data entries

26 entries across 26 versions & 17 rubygems

Version Path
erp_app-3.1.9 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_products-3.1.1 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_commerce-3.1.1 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_search-3.1.1 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
rails_db_admin-2.1.1 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_forms-3.0.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_tech_svcs-3.1.1 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_app-3.1.2 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_app-3.1.1 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
rails_db_admin-2.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_search-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_rules-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_invoicing-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_forms-2.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_financial_accounting-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_communication_events-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
compass_ae_console-2.0.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_work_effort-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_inventory-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
erp_commerce-3.1.0 spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb