summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-10-14 19:38:41 -0300
committerFelipe Artur <felipefac@gmail.com>2016-10-19 20:00:52 -0200
commited9838cd292ce78ae98079f513d0d1648b7f49f0 (patch)
tree463609b32b527610781e68045e13628df97e30df /db/schema.rb
parentc08435e3c25f0a7a705ed8a49b16dde176b41a40 (diff)
downloadgitlab-ce-ed9838cd292ce78ae98079f513d0d1648b7f49f0.tar.gz
Create project feature when project is createdissue_22944
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 65f55aa109b..a3c7fc2fd57 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: 20161018024550) do
+ActiveRecord::Schema.define(version: 20161019213545) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"