summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-27 21:07:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-27 21:07:53 +0000
commitf50b93c373428d624cc2cabe98e4022dce846e67 (patch)
tree0349e25d3d106aabd6b520afa96ebd35578ab38b /doc
parente20baee820ea2c76ee16980a98e8080f255d9035 (diff)
downloadgitlab-ce-f50b93c373428d624cc2cabe98e4022dce846e67.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/development/geo/framework.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/geo/framework.md b/doc/development/geo/framework.md
index e58daacae13..026d3543955 100644
--- a/doc/development/geo/framework.md
+++ b/doc/development/geo/framework.md
@@ -174,7 +174,7 @@ For example, to add support for files referenced by a `Widget` model with a
def change
add_column :widgets, :verification_retry_at, :datetime_with_timezone
- add_column :widgets, :last_verification_ran_at, :datetime_with_timezone
+ add_column :widgets, :verified_at, :datetime_with_timezone
add_column :widgets, :verification_checksum, :string
add_column :widgets, :verification_failure, :string
add_column :widgets, :verification_retry_count, :integer