mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 10:12:19 +00:00
1 line
94 B
SQL
1 line
94 B
SQL
CREATE UNIQUE INDEX IF NOT EXISTS garbage_id_idx ON public.uplevels USING btree (garbage_id);
|