From 11e4de6fd8235b1877b1725d53a98f017130c768 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 3 Mar 2014 23:38:57 -0500 Subject: fix index-adding migrations (I think), and fix `git add`ing schema.rb --- db/migrate/20140304043654_add_index_to_users_user_name.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 db/migrate/20140304043654_add_index_to_users_user_name.rb (limited to 'db/migrate/20140304043654_add_index_to_users_user_name.rb') diff --git a/db/migrate/20140304043654_add_index_to_users_user_name.rb b/db/migrate/20140304043654_add_index_to_users_user_name.rb new file mode 100644 index 0000000..724cca5 --- /dev/null +++ b/db/migrate/20140304043654_add_index_to_users_user_name.rb @@ -0,0 +1,4 @@ +class AddIndexToUsersUserName < ActiveRecord::Migration + def change + end +end -- cgit v1.2.3