summaryrefslogtreecommitdiff
path: root/db/migrate/20130711063759_create_project_group_links.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130711063759_create_project_group_links.rb')
-rw-r--r--db/migrate/20130711063759_create_project_group_links.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20130711063759_create_project_group_links.rb b/db/migrate/20130711063759_create_project_group_links.rb
index 395083f2a03..bd9d40a50db 100644
--- a/db/migrate/20130711063759_create_project_group_links.rb
+++ b/db/migrate/20130711063759_create_project_group_links.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class CreateProjectGroupLinks < ActiveRecord::Migration
def change
create_table :project_group_links do |t|