Implement code changes to enhance functionality and improve performance

This commit is contained in:
Marco Pedone 2025-08-16 19:38:38 +02:00
parent 3127f773ba
commit 52712c25d5
2 changed files with 6 additions and 5 deletions

View file

@ -152,7 +152,8 @@ CREATE TABLE public.annunci (
email text, email text,
creato_il timestamp without time zone, creato_il timestamp without time zone,
modificato_il timestamp without time zone, modificato_il timestamp without time zone,
consegna integer consegna integer,
og_url text
); );

File diff suppressed because one or more lines are too long