Commit d2e97b5d authored by Rémy Coutable's avatar Rémy Coutable

Update schema.rb according to latest migration

parent af2b5879
......@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160222153918) do
ActiveRecord::Schema.define(version: 20160302141317) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
......@@ -27,10 +27,11 @@ ActiveRecord::Schema.define(version: 20160222153918) do
create_table "appearances", force: :cascade do |t|
t.string "title"
t.text "description"
t.string "header_logo"
t.string "logo"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "updated_by"
t.datetime "created_at"
t.datetime "updated_at"
t.string "header_logo"
end
create_table "application_settings", force: :cascade do |t|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment