mirror of
https://gitlab.silvrtree.co.uk/martind2000/mdot_server.git
synced 2025-01-26 20:36:17 +00:00
tracking added
This commit is contained in:
parent
0f2c677e5e
commit
0aacf552b9
@ -1,4 +1,19 @@
|
||||
|
||||
-- Sequence: public.track_id_seq
|
||||
|
||||
-- DROP SEQUENCE public.track_id_seq;
|
||||
|
||||
CREATE SEQUENCE public.track_id_seq
|
||||
INCREMENT 1
|
||||
MINVALUE 1
|
||||
MAXVALUE 9223372036854775807
|
||||
START 1
|
||||
CACHE 1;
|
||||
ALTER TABLE public.track_id_seq
|
||||
OWNER TO postgres;
|
||||
|
||||
|
||||
|
||||
-- Table: public.track
|
||||
|
||||
-- DROP TABLE public.track;
|
||||
|
Loading…
Reference in New Issue
Block a user