wiki.techinc.nl/maintenance/sqlite/archives/patch-ipblocks-rename-ipb_address.sql
Reedy c8de2ac751 Remove ipb_anon_only from ipb_address_unique index addition
Should've been removed from these patches as part of the fix for
T251188 in 39448a9cf6

Bug: T264683
Change-Id: I49f3ba2bec87d4a701f1370b8c67eac9f58629a7
2020-10-06 00:42:37 +00:00

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);