Merge pull request 'Prueba de actualización de seed' (#73) from issue/72-actualizar-seedsql-cada-vez-que-se-actualicen-las- into main
Deploy Function / deploy (push) Successful in 32s
Update database types / deploy (push) Successful in 24s
Update database types / update (push) Failing after 13s
Deploy Migrations to Production / deploy (push) Successful in 12s

Reviewed-on: AlexRG/genesis-2#73
This commit was merged in pull request #73.
This commit is contained in:
2026-03-18 21:51:23 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type Json = export type Json =
| string | string
| number | number
| boolean | boolean
@@ -1,4 +1,4 @@
-- Comentario de prueba
CREATE OR REPLACE FUNCTION public.suma_porcentajes(jsonb) CREATE OR REPLACE FUNCTION public.suma_porcentajes(jsonb)
RETURNS numeric RETURNS numeric
LANGUAGE plpgsql LANGUAGE plpgsql