diff options
Diffstat (limited to 'db/migrate/20130713104233_create_custom_fields_roles.rb')
-rw-r--r-- | db/migrate/20130713104233_create_custom_fields_roles.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20130713104233_create_custom_fields_roles.rb b/db/migrate/20130713104233_create_custom_fields_roles.rb index 472b34cb9..c34a123c1 100644 --- a/db/migrate/20130713104233_create_custom_fields_roles.rb +++ b/db/migrate/20130713104233_create_custom_fields_roles.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: false - class CreateCustomFieldsRoles < ActiveRecord::Migration[4.2] def self.up create_table :custom_fields_roles, :id => false do |t| |