i have a rails migration script:
add_index :site_tracking_codes, [:site_id, :is_published], where: "is_published IS TRUE", unique: true