aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a8d2fe1..74f16be 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20110303145153) do
+ActiveRecord::Schema.define(:version => 20130813144307) do
create_table "auths", :force => true do |t|
t.string "one_touch_hash"
@@ -99,6 +99,7 @@ ActiveRecord::Schema.define(:version => 20110303145153) do
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "community_selfrouting", :default => false
+ t.boolean "events_", :default => true
end
create_table "ressources", :force => true do |t|