Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-11-21 16:52:57 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-11-21 17:02:23 +0300
commit4053c055beb7d88f9e22ca4187b9868a40030b00 (patch)
treeae9e0c31300dc8251073ce930626dbe16b5c6bc0 /db/schema.rb
parent1b34a24ffd63ac9a5a37ac0edbf3a3f2ca6d1810 (diff)
Add missing timestamps to the 'members' table
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 8ddebc5132a..68d1080b6ee 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: 20141007100818) do
+ActiveRecord::Schema.define(version: 20141121133009) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"