summaryrefslogtreecommitdiff
path: root/db/migrate/20140304020113_create_tournament_options.rb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-01 23:49:38 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-01 23:49:38 -0500
commit14b3559962f3e5cd8849bdcdc2de35ffae86621c (patch)
tree3aed4cb0ca0cdd563784f63d15e909c3715b0d72 /db/migrate/20140304020113_create_tournament_options.rb
parent65289cfb93599cdad1f3476f2f8728e5b0752779 (diff)
parent4dcb9de406dd032ecb37109402c4475d96d2a05a (diff)
Merge branch 'master' of github.com:LukeShu/leager
Diffstat (limited to 'db/migrate/20140304020113_create_tournament_options.rb')
-rw-r--r--db/migrate/20140304020113_create_tournament_options.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/migrate/20140304020113_create_tournament_options.rb b/db/migrate/20140304020113_create_tournament_options.rb
new file mode 100644
index 0000000..d2df22e
--- /dev/null
+++ b/db/migrate/20140304020113_create_tournament_options.rb
@@ -0,0 +1,8 @@
+class CreateTournamentOptions < ActiveRecord::Migration
+ def change
+ create_table :tournament_options do |t|
+
+ t.timestamps
+ end
+ end
+end