summaryrefslogtreecommitdiff
path: root/db/migrate/20140116231608_add_website_url_to_users.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-05-08 14:49:27 +0000
committerDouwe Maan <douwe@gitlab.com>2018-05-08 14:49:27 +0000
commit533593e95cd3a922a2ec2ea43b345862361dfd67 (patch)
treeb10219049cef0362978a51469a9869d4db303c18 /db/migrate/20140116231608_add_website_url_to_users.rb
parent9e03f960fb94559c7972ceb69bf7c736660cb02d (diff)
parent15fcd9650f6a4a5832e2ed57419b11e30d3f606f (diff)
downloadgitlab-ce-533593e95cd3a922a2ec2ea43b345862361dfd67.tar.gz
Merge branch 'dz-squash-old-migrations' into 'master'
Squash migrations from 2013 See merge request gitlab-org/gitlab-ce!18547
Diffstat (limited to 'db/migrate/20140116231608_add_website_url_to_users.rb')
-rw-r--r--db/migrate/20140116231608_add_website_url_to_users.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20140116231608_add_website_url_to_users.rb b/db/migrate/20140116231608_add_website_url_to_users.rb
deleted file mode 100644
index 1c39423562e..00000000000
--- a/db/migrate/20140116231608_add_website_url_to_users.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddWebsiteUrlToUsers < ActiveRecord::Migration
- def change
- add_column :users, :website_url, :string, {:null => false, :default => ''}
- end
-end