Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

AO3-5183 Index preferences on skin_id #3074

Merged
merged 1 commit into from Oct 6, 2017
Jump to file or symbol
Failed to load files and symbols.
+5 −0
Split
@@ -0,0 +1,5 @@
+class AddIndexToPreferences < ActiveRecord::Migration[5.1]
@houndci-bot

houndci-bot Sep 22, 2017

Missing magic comment # frozen_string_literal: true.

+ def change
+ add_index :preferences, :skin_id
+ end
+end