Page MenuHomeWickedGov Phorge

patch-spoofuser-index-su_normname_idx.sql
No OneTemporary

Size
310 B
Referenced Files
None
Subscribers
None

patch-spoofuser-index-su_normname_idx.sql

-- The mysql schema was using an unnamed index in the create statement.
-- mysql than used the name of the first column as index name
-- Change it to the name used by sqlite/postgres instead
DROP INDEX su_normalized ON /*_*/spoofuser;
CREATE INDEX su_normname_idx ON /*_*/spoofuser (su_normalized, su_name);

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 18:36 (3 w, 19 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b1/47/d0b86af0ad5d0dd2d7f8ae76ded8
Default Alt Text
patch-spoofuser-index-su_normname_idx.sql (310 B)

Event Timeline