diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 3bef910c1d6..9041ddc306f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1318,6 +1318,7 @@ ActiveRecord::Schema.define(version: 20170315174634) do t.string "incoming_email_token" t.string "organization" t.boolean "authorized_projects_populated" + t.boolean "notified_of_own_activity", default: false, null: false t.boolean "ghost" end |
