Moving away sql_insert function creating IDs automatically. Only if asked.

This commit is contained in:
Scott Idem
2023-04-13 18:27:56 -04:00
parent 5672f9f60a
commit 43a9fe7fe5
3 changed files with 4 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ async def post_event_badge_obj(
result = post_obj_template(
obj_type = obj_type,
data = obj_data_dict,
id_random_length = 0, # Added 2023-04-13; need to let SQL take care of this
return_obj = True,
by_alias = True,
exclude_unset = True,