mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 13:42:18 -05:00
Migrate stream_ordering to a bigint (#10264)
* Move background update names out to a separate class `EventsBackgroundUpdatesStore` gets inherited and we don't really want to further pollute the namespace. * Migrate stream_ordering to a bigint * changelog
This commit is contained in:
parent
a0ed0f363e
commit
60efc51a2b
4 changed files with 163 additions and 16 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
SCHEMA_VERSION = 59
|
||||
SCHEMA_VERSION = 60
|
||||
"""Represents the expectations made by the codebase about the database schema
|
||||
|
||||
This should be incremented whenever the codebase changes its requirements on the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue