Fix schema.rb

This commit is contained in:
Douglas Barbosa Alexandre 2016-04-08 18:06:36 -03:00
parent 47c8b7f303
commit 99067a505c
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160331133914) do
ActiveRecord::Schema.define(version: 20160331223143) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -799,9 +799,9 @@ ActiveRecord::Schema.define(version: 20160331133914) do
t.string "type"
t.string "title"
t.integer "project_id"
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "active", default: false, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.boolean "active", null: false
t.text "properties"
t.boolean "template", default: false
t.boolean "push_events", default: true