aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-08-05 09:21:46 +0900
committerRhenium <rhenium@rhe.jp>2013-08-05 09:21:46 +0900
commit34501f12ed5f0c028bc7304e7f8260e58c505b01 (patch)
treeeac2d3f22c35b85410debcc73e39dd105951b4e5 /db
parentd1ed18861838e3bb8e42b9f17818e1fb7f9b3d44 (diff)
downloadaclog-34501f12ed5f0c028bc7304e7f8260e58c505b01.tar.gz
change Account default: enable notification
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 100558b..c07932d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20130525142430) do
+ActiveRecord::Schema.define(version: 20130805001722) do
create_table "accounts", force: true do |t|
t.integer "user_id", limit: 8, null: false
@@ -20,7 +20,7 @@ ActiveRecord::Schema.define(version: 20130525142430) do
t.datetime "created_at"
t.datetime "updated_at"
t.integer "consumer_version", null: false
- t.boolean "notification", default: false, null: false
+ t.boolean "notification", default: true, null: false
t.boolean "private", default: false, null: false
t.integer "status", limit: 2, default: 0, null: false
end