diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-08-10 18:18:29 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-08-19 17:04:15 +0100 |
commit | c1d77e29600713018c5750f4d9eebecd3868a4be (patch) | |
tree | 1d7ce42c48521613c630f3b4136ad4d3850b4418 /db/schema.rb | |
parent | 4ccba6bf2ddd48d66cd9cd8c6cee5eae19691cbb (diff) | |
download | gitlab-ce-fork-network.tar.gz |
adds migration that enables a forked project to know where the original project isfork-network
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 71980a6d51f..5030119ebac 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: 20160804150737) do +ActiveRecord::Schema.define(version: 20160810165809) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |