Commit 06036612c44b4c047a93dde066379befaafa7796
1 parent
39a3f520
Exists in
web_steps_improvements
and in
8 other branches
Updates schema
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
db/schema.rb
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | # |
| 12 | 12 | # It's strongly recommended that you check this file into your version control system. |
| 13 | 13 | |
| 14 | -ActiveRecord::Schema.define(version: 20160309122141) do | |
| 14 | +ActiveRecord::Schema.define(version: 20160324132518) do | |
| 15 | 15 | |
| 16 | 16 | # These are extensions that must be enabled in order to support this database |
| 17 | 17 | enable_extension "plpgsql" |
| ... | ... | @@ -323,6 +323,7 @@ ActiveRecord::Schema.define(version: 20160309122141) do |
| 323 | 323 | t.integer "environment_id" |
| 324 | 324 | t.datetime "created_at" |
| 325 | 325 | t.datetime "updated_at" |
| 326 | + t.boolean "moderation_task", default: false | |
| 326 | 327 | end |
| 327 | 328 | |
| 328 | 329 | add_index "custom_fields", ["customized_type", "name", "environment_id"], name: "index_custom_field", unique: true, using: :btree | ... | ... |