summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-08-11 12:47:20 -0500
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-11 12:47:20 -0500
commite93779ae189c11231285391ad0650a1cd48b4e0f (patch)
tree3dd9f95e696f73ffe1cab01dbdf5a88058f2077a /db/schema.rb
parent69246bc06675c3386876cfb60beb48e250992c16 (diff)
downloadgitlab-ce-e93779ae189c11231285391ad0650a1cd48b4e0f.tar.gz
Revert "Merge branch 'appearances-caching-and-schema' into 'master'"
This reverts commit 9c11894a656603c59c03d8f35fbe8cdf7a1ad0c4, reversing changes made to eb03da693c57327df1426eb3057af252bfd299f6.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9d3b3ad1826..6dfb3cd25f6 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: 20170809142252) do
+ActiveRecord::Schema.define(version: 20170807160457) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -28,13 +28,13 @@ ActiveRecord::Schema.define(version: 20170809142252) do
end
create_table "appearances", force: :cascade do |t|
- t.string "title", null: false
- t.text "description", null: false
+ 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.text "description_html", null: false
+ t.text "description_html"
t.integer "cached_markdown_version"
end