1 line
93 B
SQL
1 line
93 B
SQL
CREATE UNIQUE INDEX node_history_client_idx ON public.node_history (client,client_sequence);
|