aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZakaria BOUZIANE2015-03-10 09:54:02 +0100
committerZakaria BOUZIANE2015-03-10 09:54:02 +0100
commit7f9b55eca9fc703cd557dfb2743901fd05f0c01f (patch)
tree1af7247158e932981da7c3c8996d8bea67180165
parent893a8f9d84f6705c72176b9c4397de89d262176a (diff)
downloadchouette-core-7f9b55eca9fc703cd557dfb2743901fd05f0c01f.tar.bz2
Database Schema update
-rw-r--r--db/schema.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 0e56d83ad..f07e8cf93 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 => 20150219205300) do
+ActiveRecord::Schema.define(:version => 20150304090743) do
create_table "access_links", :force => true do |t|
t.integer "access_point_id", :limit => 8
@@ -326,9 +326,9 @@ ActiveRecord::Schema.define(:version => 20150219205300) 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_by_default"
+ t.datetime "created_at", :null => false
+ t.datetime "updated_at", :null => false
+ t.string "data_format"
end
create_table "pt_links", :force => true do |t|
@@ -359,7 +359,7 @@ ActiveRecord::Schema.define(:version => 20150219205300) do
t.text "geographical_bounds"
t.integer "user_id", :limit => 8
t.string "user_name"
- t.boolean "hub_restrictions"
+ t.string "data_format"
end
create_table "routes", :force => true do |t|