diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/db/schema.rb b/db/schema.rb index b49ca789f..a2a5a8ba5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20150129170104) do +ActiveRecord::Schema.define(:version => 20150218175300) do create_table "access_links", :force => true do |t| t.integer "access_point_id", :limit => 8 @@ -326,9 +326,9 @@ ActiveRecord::Schema.define(:version => 20150129170104) do create_table "organisations", :force => true do |t| t.string "name" - t.datetime "created_at", :null => false - t.datetime "updated_at", :null => false - t.boolean "hub_restrictions" + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false + t.boolean "hub_restrictions_by_default" end create_table "pt_links", :force => true do |t| @@ -359,6 +359,7 @@ ActiveRecord::Schema.define(:version => 20150129170104) do t.text "geographical_bounds" t.integer "user_id", :limit => 8 t.string "user_name" + t.boolean "hub_restrictions" end create_table "routes", :force => true do |t| |
