summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2016-08-04 15:27:53 +0100
committerNick Thomas <nick@gitlab.com>2016-08-04 15:27:53 +0100
commitf301d547c2a3ca2a3f1fd07f9ddc4eb451e70244 (patch)
treebc5f38e80ff419052377e7b7ee80ecf78b079285 /db/schema.rb
parentdb69111a63cfadb31cc02cf4400d743a913bdfbd (diff)
downloadgitlab-ce-f301d547c2a3ca2a3f1fd07f9ddc4eb451e70244.tar.gz
Add a data migration to fix some missing timestamps in the members table (again)
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 dc28842758a..71980a6d51f 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: 20160802010328) do
+ActiveRecord::Schema.define(version: 20160804150737) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"