Merge branch 'stable-2.13' into stable-2.14
* stable-2.13: JdbcAccountPatchReviewStore: Fix copyright year Fix documentation nits in pgm-MigrateAccountPatchReviewDb.txt Change-Id: Ic10a175bab3912346f55f95247318c3d6c167d3f
This commit is contained in:
@@ -16,7 +16,7 @@ _java_ -jar gerrit.war MigrateAccountPatchReviewDb
|
|||||||
Migrates AccountPatchReviewDb from one database backend to another. The
|
Migrates AccountPatchReviewDb from one database backend to another. The
|
||||||
AccountPatchReviewDb is a database used to store the user file reviewed flags.
|
AccountPatchReviewDb is a database used to store the user file reviewed flags.
|
||||||
|
|
||||||
This task is only intended to be run if the configuration parameter
|
This command is only intended to be run if the configuration parameter
|
||||||
link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url]
|
link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url]
|
||||||
is set or changed.
|
is set or changed.
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ To migrate AccountPatchReviewDb:
|
|||||||
|
|
||||||
* Stop Gerrit
|
* Stop Gerrit
|
||||||
* Configure new value for link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url]
|
* Configure new value for link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url]
|
||||||
* Migrate data using this task
|
* Migrate data using this command
|
||||||
* Start Gerrit
|
* Start Gerrit
|
||||||
|
|
||||||
== OPTIONS
|
== OPTIONS
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2016 The Android Open Source Project
|
// Copyright (C) 2017 The Android Open Source Project
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user