Moving away sql_insert function creating IDs automatically. Only if asked.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user