db-schema/db_scripts/diff/15240.up

7 lines
89 B

use kamailio;
set autocommit=0;
alter table subscriber add key uuid_idx(uuid);
commit;