Skip to content

Commit

Permalink
Bump all schema versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Nov 3, 2020
1 parent 71b9d2a commit 8418ee0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/collections/nameKey.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


# This has to be updated on every schema change
_VERSION = VersionTuple(0, 3, 0)
_VERSION = VersionTuple(1, 0, 0)


def _makeTableSpecs(tsRepr: Type[TimespanDatabaseRepresentation]) -> CollectionTablesTuple:
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/collections/synthIntKey.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@


# This has to be updated on every schema change
_VERSION = VersionTuple(0, 3, 0)
_VERSION = VersionTuple(1, 0, 0)


def _makeTableSpecs(tsRepr: Type[TimespanDatabaseRepresentation]) -> CollectionTablesTuple:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


# This has to be updated on every schema change
_VERSION = VersionTuple(0, 3, 0)
_VERSION = VersionTuple(1, 0, 0)


class ByDimensionsDatasetRecordStorageManager(DatasetRecordStorageManager):
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/dimensions/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


# This has to be updated on every schema change
_VERSION = VersionTuple(5, 0, 0)
_VERSION = VersionTuple(6, 0, 0)


class StaticDimensionRecordStorageManager(DimensionRecordStorageManager):
Expand Down

0 comments on commit 8418ee0

Please sign in to comment.