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:
authorAishwarya Subramanian <asubramanian@gitlab.com>2019-08-26 21:20:18 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-08-26 21:20:18 +0300
commita06410d995e1200c7734b2d50e68506320d13dd0 (patch)
treed8077fbd6de237c020686c2a69533a772d65f8f8 /changelogs
parente2251a09bd6f93bdf7734011a2b52b2a43b86799 (diff)
Using before_save method instead of setter
Removed unused method for name setter method
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/user_name_migration.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/user_name_migration.yml b/changelogs/unreleased/user_name_migration.yml
new file mode 100644
index 00000000000..11d6ff2e8b2
--- /dev/null
+++ b/changelogs/unreleased/user_name_migration.yml
@@ -0,0 +1,5 @@
+---
+title: Add First and Last name columns to User model
+merge_request: 31985
+author:
+type: added