Skip to content

Commit

Permalink
Parse omero.tables properties under new Tables header
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 11, 2024
1 parent c7f2c9f commit 0d8fc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/omero/install/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def get_reference(self):
PERFORMANCE_HEADER = Header("Performance", reference="performance")
SCRIPTS_HEADER = Header("Scripts", reference="scripts")
SECURITY_HEADER = Header("Security", reference="security")
TABLES_HEADER = Header("Tables", reference="tables")

HEADER_MAPPING = {
"omero.data": FS_HEADER,
Expand All @@ -66,6 +67,7 @@ def get_reference(self):
"omero.process": SCRIPTS_HEADER,
"omero.scripts": SCRIPTS_HEADER,
"omero.security": SECURITY_HEADER,
"omero.tables": TABLES_HEADER,
"omero.resetpassword": SECURITY_HEADER,
"omero.upgrades": MISC_HEADER,
"Ice": ICE_HEADER,
Expand Down

0 comments on commit 0d8fc4a

Please sign in to comment.