Implement code changes to enhance functionality and improve performance
This commit is contained in:
parent
3127f773ba
commit
52712c25d5
2 changed files with 6 additions and 5 deletions
|
|
@ -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
Loading…
Add table
Reference in a new issue