Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / SQL / SQLite / 4 / upgrade_050_create_buffer_cname_idx.sql
1 CREATE UNIQUE INDEX buffer_cname_idx 
2        ON buffer(userid, networkid, buffercname)