aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorMarc Florisson2014-06-26 11:13:09 +0200
committerMarc Florisson2014-06-26 11:13:09 +0200
commit7c6a4015d53a4a4b9e041d30856d766843c7ef59 (patch)
tree59088cabf6368bc274f730b95b8885434ed6e09d /db
parent3066074f0b38cff0d9d667d494da0d66efecf749 (diff)
downloadchouette-core-7c6a4015d53a4a4b9e041d30856d766843c7ef59.tar.bz2
extend TimeTable model. Mantis 26837
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 0978a437a..70f317878 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 => 20140207162334) do
+ActiveRecord::Schema.define(:version => 20140626081658) do
create_table "access_links", :force => true do |t|
t.integer "access_point_id", :limit => 8
@@ -429,6 +429,7 @@ ActiveRecord::Schema.define(:version => 20140207162334) do
t.integer "time_table_id", :limit => 8, :null => false
t.date "date"
t.integer "position", :null => false
+ t.boolean "in_out"
end
add_index "time_table_dates", ["time_table_id"], :name => "index_time_table_dates_on_time_table_id"