Skip to content

Commit

Permalink
Merge branch 'develop' into fix/1917/dict-equality
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Dec 7, 2021
2 parents 4ff2782 + 0682f14 commit 4b89c6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aiida/backends/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ def delete(self, key):
:raises: `~aiida.common.exceptions.NotExistent` if the settings does not exist
"""

@abc.abstractmethod
def validate_table_existence(self):
"""Verify that the `DbSetting` table actually exists.
:raises: `~aiida.common.exceptions.NotExistent` if the settings table does not exist
"""


class BackendManager:
"""Class to manage the database schema and environment."""
Expand Down

0 comments on commit 4b89c6b

Please sign in to comment.