summaryrefslogtreecommitdiff
path: root/db/migrate/20130304104623_add_state_to_user.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-05-09 14:46:41 +0900
committerShinya Maeda <shinya@gitlab.com>2018-05-09 14:46:41 +0900
commit7622f5ab079a16458f6e4583901060689734fe0e (patch)
tree9287b758a868ac00fe217d3322dfb61a1db0df14 /db/migrate/20130304104623_add_state_to_user.rb
parent04dc80dbb5cb991172ebeb69b9a20c7b6eef4dbf (diff)
parent5b0e96d09a7b6309384ef4c300c56872adba0626 (diff)
downloadgitlab-ce-7622f5ab079a16458f6e4583901060689734fe0e.tar.gz
Merge branch 'master' into per-project-pipeline-iid
Diffstat (limited to 'db/migrate/20130304104623_add_state_to_user.rb')
-rw-r--r--db/migrate/20130304104623_add_state_to_user.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/migrate/20130304104623_add_state_to_user.rb b/db/migrate/20130304104623_add_state_to_user.rb
deleted file mode 100644
index 4456d022e3f..00000000000
--- a/db/migrate/20130304104623_add_state_to_user.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# rubocop:disable all
-class AddStateToUser < ActiveRecord::Migration
- def change
- add_column :users, :state, :string
- end
-end