summaryrefslogtreecommitdiffstats
path: root/db/migrate/101_populate_changesets_user_id.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/101_populate_changesets_user_id.rb')
-rw-r--r--db/migrate/101_populate_changesets_user_id.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/migrate/101_populate_changesets_user_id.rb b/db/migrate/101_populate_changesets_user_id.rb
index cf7fbae85..7e7d81d4f 100644
--- a/db/migrate/101_populate_changesets_user_id.rb
+++ b/db/migrate/101_populate_changesets_user_id.rb
@@ -1,5 +1,3 @@
-# frozen_string_literal: false
-
class PopulateChangesetsUserId < ActiveRecord::Migration[4.2]
def self.up
committers = Changeset.connection.select_values("SELECT DISTINCT committer FROM #{Changeset.table_name}")