aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5e65e41e4..d4c07cdc1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -271,6 +271,9 @@ ActiveRecord::Schema.define(:version => 20120531091529) do
t.string "slug"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "prefix"
+ t.string "projection_type"
+ t.string "time_zone"
end
create_table "routes", :force => true do |t|