Update create_tables.sql
This commit is contained in:
parent
8034a6374f
commit
5d1d207950
|
@ -378,5 +378,5 @@ CREATE VIEW phase_2_tdb AS
|
||||||
FROM public.phase_2_trace_secteur
|
FROM public.phase_2_trace_secteur
|
||||||
GROUP BY 1
|
GROUP BY 1
|
||||||
ORDER BY secteur_id ASC ;
|
ORDER BY secteur_id ASC ;
|
||||||
|
ALTER TABLE phase_2_tdb OWNER TO redadeg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue