mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2024-11-14 03:46:46 +01:00
5 lines
126 B
MySQL
5 lines
126 B
MySQL
|
CREATE UNIQUE INDEX index_id ON transactions USING btree (ID DESC);
|
||
|
|
||
|
---- create above / drop below ----
|
||
|
|
||
|
DROP INDEX index_id;
|