summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-03 23:21:30 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-03 23:21:30 -0500
commit223a60e2f014b76ad3482bf9cc7e3500d59e403a (patch)
tree928e7ebc332a6e1077f5a6d1cb32145a49a5de97 /db
parent423d0e5a440d8d66407522bc842ef273196173bc (diff)
Have generate.sh to tricky git stuff, run it
also, stick in a couple of missing 'bundle exec's
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20140304041637_create_servers.rb (renamed from db/migrate/20140304031800_create_servers.rb)0
-rw-r--r--db/migrate/20140304041639_create_tournaments.rb (renamed from db/migrate/20140304031802_create_tournaments.rb)0
-rw-r--r--db/migrate/20140304041641_create_matches.rb (renamed from db/migrate/20140304031804_create_matches.rb)0
-rw-r--r--db/migrate/20140304041643_create_teams.rb (renamed from db/migrate/20140304031806_create_teams.rb)0
-rw-r--r--db/migrate/20140304041646_create_alerts.rb (renamed from db/migrate/20140304031808_create_alerts.rb)0
-rw-r--r--db/migrate/20140304041648_create_pms.rb (renamed from db/migrate/20140304031810_create_pms.rb)0
-rw-r--r--db/migrate/20140304041650_create_games.rb (renamed from db/migrate/20140304031813_create_games.rb)0
-rw-r--r--db/migrate/20140304041652_create_users.rb (renamed from db/migrate/20140304031815_create_users.rb)0
-rw-r--r--db/migrate/20140304041655_create_game_attributes.rb (renamed from db/migrate/20140304031817_create_game_attributes.rb)0
-rw-r--r--db/migrate/20140304041657_create_server_settings.rb (renamed from db/migrate/20140304031819_create_server_settings.rb)0
-rw-r--r--db/migrate/20140304041659_create_user_team_pairs.rb (renamed from db/migrate/20140304031821_create_user_team_pairs.rb)0
-rw-r--r--db/migrate/20140304041701_create_team_match_pairs.rb (renamed from db/migrate/20140304031823_create_team_match_pairs.rb)0
-rw-r--r--db/migrate/20140304041711_add_index_to_user_email.rb4
-rw-r--r--db/migrate/20140304041714_add_index_to_user_name.rb4
-rw-r--r--db/migrate/20140304041716_add_password_digest_to_users.rb4
-rw-r--r--db/migrate/20140304041718_add_remember_token_to_users.rb4
-rw-r--r--db/migrate/20140304041720_create_tournament_options.rb (renamed from db/migrate/20140304031834_create_tournament_options.rb)0
-rw-r--r--db/schema.rb2
18 files changed, 17 insertions, 1 deletions
diff --git a/db/migrate/20140304031800_create_servers.rb b/db/migrate/20140304041637_create_servers.rb
index f33241a..f33241a 100644
--- a/db/migrate/20140304031800_create_servers.rb
+++ b/db/migrate/20140304041637_create_servers.rb
diff --git a/db/migrate/20140304031802_create_tournaments.rb b/db/migrate/20140304041639_create_tournaments.rb
index 36fcf7e..36fcf7e 100644
--- a/db/migrate/20140304031802_create_tournaments.rb
+++ b/db/migrate/20140304041639_create_tournaments.rb
diff --git a/db/migrate/20140304031804_create_matches.rb b/db/migrate/20140304041641_create_matches.rb
index 325863d..325863d 100644
--- a/db/migrate/20140304031804_create_matches.rb
+++ b/db/migrate/20140304041641_create_matches.rb
diff --git a/db/migrate/20140304031806_create_teams.rb b/db/migrate/20140304041643_create_teams.rb
index dd8397d..dd8397d 100644
--- a/db/migrate/20140304031806_create_teams.rb
+++ b/db/migrate/20140304041643_create_teams.rb
diff --git a/db/migrate/20140304031808_create_alerts.rb b/db/migrate/20140304041646_create_alerts.rb
index 68a8e10..68a8e10 100644
--- a/db/migrate/20140304031808_create_alerts.rb
+++ b/db/migrate/20140304041646_create_alerts.rb
diff --git a/db/migrate/20140304031810_create_pms.rb b/db/migrate/20140304041648_create_pms.rb
index 93bb5c6..93bb5c6 100644
--- a/db/migrate/20140304031810_create_pms.rb
+++ b/db/migrate/20140304041648_create_pms.rb
diff --git a/db/migrate/20140304031813_create_games.rb b/db/migrate/20140304041650_create_games.rb
index 59d4ef0..59d4ef0 100644
--- a/db/migrate/20140304031813_create_games.rb
+++ b/db/migrate/20140304041650_create_games.rb
diff --git a/db/migrate/20140304031815_create_users.rb b/db/migrate/20140304041652_create_users.rb
index f0986d4..f0986d4 100644
--- a/db/migrate/20140304031815_create_users.rb
+++ b/db/migrate/20140304041652_create_users.rb
diff --git a/db/migrate/20140304031817_create_game_attributes.rb b/db/migrate/20140304041655_create_game_attributes.rb
index b63f134..b63f134 100644
--- a/db/migrate/20140304031817_create_game_attributes.rb
+++ b/db/migrate/20140304041655_create_game_attributes.rb
diff --git a/db/migrate/20140304031819_create_server_settings.rb b/db/migrate/20140304041657_create_server_settings.rb
index dfdd91b..dfdd91b 100644
--- a/db/migrate/20140304031819_create_server_settings.rb
+++ b/db/migrate/20140304041657_create_server_settings.rb
diff --git a/db/migrate/20140304031821_create_user_team_pairs.rb b/db/migrate/20140304041659_create_user_team_pairs.rb
index 2c492ac..2c492ac 100644
--- a/db/migrate/20140304031821_create_user_team_pairs.rb
+++ b/db/migrate/20140304041659_create_user_team_pairs.rb
diff --git a/db/migrate/20140304031823_create_team_match_pairs.rb b/db/migrate/20140304041701_create_team_match_pairs.rb
index 8fac07e..8fac07e 100644
--- a/db/migrate/20140304031823_create_team_match_pairs.rb
+++ b/db/migrate/20140304041701_create_team_match_pairs.rb
diff --git a/db/migrate/20140304041711_add_index_to_user_email.rb b/db/migrate/20140304041711_add_index_to_user_email.rb
new file mode 100644
index 0000000..1bc4c56
--- /dev/null
+++ b/db/migrate/20140304041711_add_index_to_user_email.rb
@@ -0,0 +1,4 @@
+class AddIndexToUserEmail < ActiveRecord::Migration
+ def change
+ end
+end
diff --git a/db/migrate/20140304041714_add_index_to_user_name.rb b/db/migrate/20140304041714_add_index_to_user_name.rb
new file mode 100644
index 0000000..a77567b
--- /dev/null
+++ b/db/migrate/20140304041714_add_index_to_user_name.rb
@@ -0,0 +1,4 @@
+class AddIndexToUserName < ActiveRecord::Migration
+ def change
+ end
+end
diff --git a/db/migrate/20140304041716_add_password_digest_to_users.rb b/db/migrate/20140304041716_add_password_digest_to_users.rb
new file mode 100644
index 0000000..0070da7
--- /dev/null
+++ b/db/migrate/20140304041716_add_password_digest_to_users.rb
@@ -0,0 +1,4 @@
+class AddPasswordDigestToUsers < ActiveRecord::Migration
+ def change
+ end
+end
diff --git a/db/migrate/20140304041718_add_remember_token_to_users.rb b/db/migrate/20140304041718_add_remember_token_to_users.rb
new file mode 100644
index 0000000..74c254f
--- /dev/null
+++ b/db/migrate/20140304041718_add_remember_token_to_users.rb
@@ -0,0 +1,4 @@
+class AddRememberTokenToUsers < ActiveRecord::Migration
+ def change
+ end
+end
diff --git a/db/migrate/20140304031834_create_tournament_options.rb b/db/migrate/20140304041720_create_tournament_options.rb
index d2df22e..d2df22e 100644
--- a/db/migrate/20140304031834_create_tournament_options.rb
+++ b/db/migrate/20140304041720_create_tournament_options.rb
diff --git a/db/schema.rb b/db/schema.rb
index a9bd57b..eb44d71 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140304031834) do
+ActiveRecord::Schema.define(version: 20140304041720) do
create_table "alerts", force: true do |t|
t.integer "author_id"