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:
authorRobert Speicher <rspeicher@gmail.com>2015-04-11 21:02:44 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-04-11 21:05:23 +0300
commit1fd03a9b794eb5fb558df5dbb2c2b5bdaee21e79 (patch)
tree7fd3fbb80dcc3fc9859aea1e186e5d8b4ac03437 /db/schema.rb
parent307962a0466f3b91862dd37178595f70e92d9c8b (diff)
Add migration to rename BuildboxService to BuildkiteService
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 14e32a7946e..3f481b67fd2 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: 20150328132231) do
+ActiveRecord::Schema.define(version: 20150411180045) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"