Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bump schema version.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 7, 2023
1 parent 2ed5848 commit f9ecb0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion synapse/storage/schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SCHEMA_VERSION = 81 # remember to update the list below when updating
SCHEMA_VERSION = 82 # remember to update the list below when updating
"""Represents the expectations made by the codebase about the database schema
This should be incremented whenever the codebase changes its requirements on the
Expand Down Expand Up @@ -117,6 +117,10 @@
Changes in SCHEMA_VERSION = 81
- The event_txn_id is no longer written to for new events.
Changes in SCHEMA_VERSION = 82
- The insertion_events, insertion_event_extremities, insertion_event_edges, and
batch_events tables are no longer purged in preparation for their removal.
"""


Expand Down

0 comments on commit f9ecb0e

Please sign in to comment.