Should've been removed from these patches as part of the fix for
T251188 in 39448a9cf6
Bug: T264683
Change-Id: I49f3ba2bec87d4a701f1370b8c67eac9f58629a7
2 lines
130 B
SQL
2 lines
130 B
SQL
DROP INDEX /*i*/ipb_address;
|
|
CREATE UNIQUE INDEX /*i*/ipb_address_unique ON /*_*/ipblocks (ipb_address(255), ipb_user, ipb_auto);
|