fix drop tem[porary table
Some checks failed
CI and deploy / migration-check (push) Failing after 9s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-19 21:16:26 +02:00
parent f48a7aad61
commit 301f20612f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ returns table (
allow_discharge_export boolean
)
language plpgsql
stable
volatile
as $fn$
declare
v_charge_buf numeric;