schemas updated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from databases.sql_models.core_mixin import CrudCollection
|
||||
from databases.language_models.event.event import (
|
||||
from Services.PostgresDb import CrudCollection
|
||||
from LanguageModels.Database.event.event import (
|
||||
EventsLanguageModel,
|
||||
ModulesLanguageModel,
|
||||
ServicesLanguageModel,
|
||||
@@ -122,7 +122,7 @@ class Services(CrudCollection):
|
||||
|
||||
@classmethod
|
||||
def retrieve_service_via_occupant_code(cls, occupant_code):
|
||||
from databases import OccupantTypes
|
||||
from Schemas import OccupantTypes
|
||||
|
||||
occupant_type = OccupantTypes.filter_by_one(
|
||||
system=True,
|
||||
|
||||
Reference in New Issue
Block a user