mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-20 15:20:56 +00:00
5 lines
201 B
SQL
5 lines
201 B
SQL
-------------------------------------------------------------------------------
|
|
-- https://github.com/gittip/www.gittip.com/issues/449
|
|
|
|
CREATE INDEX username_index ON participants USING gin(username);
|