services are checked
This commit is contained in:
@@ -3,11 +3,10 @@ from databases import MongoQueryIdentity, Event2Employee, OccupantTypes
|
||||
|
||||
|
||||
def create_occupant_types_defaults():
|
||||
|
||||
"""
|
||||
occupant_category = mapped_column(String, server_default="")
|
||||
occupant_category_type = mapped_column(String, server_default="")
|
||||
occupant_is_unique = mapped_column(Boolean, server_default="0")
|
||||
occupant_category = mapped_column(String, server_default="")
|
||||
occupant_category_type = mapped_column(String, server_default="")
|
||||
occupant_is_unique = mapped_column(Boolean, server_default="0")
|
||||
"""
|
||||
list_occupant_types = [
|
||||
{
|
||||
@@ -146,7 +145,7 @@ def create_occupant_types_defaults():
|
||||
|
||||
def create_application_defaults():
|
||||
|
||||
from database_sql_models import (
|
||||
from databases import (
|
||||
Companies,
|
||||
Departments,
|
||||
Duty,
|
||||
|
||||
Reference in New Issue
Block a user