Make a note to leave a summary when one is bumping the schema version (#10621)

I found this easy to miss (and evidently, it looks like it was missed for schema version 62).
pull/10706/head
Andrew Morgan 2021-08-25 17:00:44 +01:00 committed by GitHub
parent 882539e423
commit b45cc1530b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
changelog.d/10621.misc Normal file
View File

@ -0,0 +1 @@
Add a comment asking developers to leave a reason when bumping the database schema version.

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# When updating these values, please leave a short summary of the changes below.
SCHEMA_VERSION = 63
"""Represents the expectations made by the codebase about the database schema