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/20140304041720_create_tournament_options.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 db/migrate/20140304041720_create_tournament_options.rb (limited to 'db/migrate/20140304041720_create_tournament_options.rb') diff --git a/db/migrate/20140304041720_create_tournament_options.rb b/db/migrate/20140304041720_create_tournament_options.rb deleted file mode 100644 index d2df22e..0000000 --- a/db/migrate/20140304041720_create_tournament_options.rb +++ /dev/null @@ -1,8 +0,0 @@ -class CreateTournamentOptions < ActiveRecord::Migration - def change - create_table :tournament_options do |t| - - t.timestamps - end - end -end -- cgit v1.2.3-2-g168b