Closed wapaAdmin closed 3 months ago
The trigger functions try to upsert into tww_od (ordinary data) via views. However, Upserting does not work on views because views have no unique constraints.
After discussion with @el-wiss, we drop the trigger function and add the mapping in the python scripts instead
The trigger functions try to upsert into tww_od (ordinary data) via views. However, Upserting does not work on views because views have no unique constraints.