mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-04 21:58:54 +01:00
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).
This commit is contained in:
parent
882539e423
commit
b45cc1530b
2 changed files with 3 additions and 0 deletions
1
changelog.d/10621.misc
Normal file
1
changelog.d/10621.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Add a comment asking developers to leave a reason when bumping the database schema version.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue