Prueba de actualización de seed #73

Merged
Guillermo.Arrieta merged 1 commits from issue/72-actualizar-seedsql-cada-vez-que-se-actualicen-las- into main 2026-03-18 21:51:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 51dbae221a - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
export type Json =
export type Json =
| string
| number
| boolean
@@ -1,4 +1,4 @@
-- Comentario de prueba
CREATE OR REPLACE FUNCTION public.suma_porcentajes(jsonb)
RETURNS numeric
LANGUAGE plpgsql