summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-09 11:18:13 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-09 11:18:13 -0300
commit22140ced0b881617ef376e21ba28c9bb9b6c5cc4 (patch)
tree43db0959ef679c954e4283cf3d553a30af23219e /db/schema.rb
parent9e342fb00a50cbb483013acd4644bd31c440f99a (diff)
downloadgitlab-ce-22140ced0b881617ef376e21ba28c9bb9b6c5cc4.tar.gz
Remove invalid todos from database
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 4f56f3970db..a74b86d8e2f 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: 20160305220806) do
+ActiveRecord::Schema.define(version: 20160309140734) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"