diff options
Diffstat (limited to 'db/migrate/20090704172355_create_groups_users.rb')
-rw-r--r-- | db/migrate/20090704172355_create_groups_users.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/20090704172355_create_groups_users.rb b/db/migrate/20090704172355_create_groups_users.rb index 6fa2ae633..6d676304f 100644 --- a/db/migrate/20090704172355_create_groups_users.rb +++ b/db/migrate/20090704172355_create_groups_users.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: false - class CreateGroupsUsers < ActiveRecord::Migration[4.2] def self.up create_table :groups_users, :id => false do |t| |