analytics / priv /data_migrations /PopulateEventSessionColumns /sql /drop-sessions-dictionary.sql.eex
| DROP DICTIONARY IF EXISTS sessions_dict | |
| <%= if @cluster? do %>ON CLUSTER '{cluster}'<% end %> | |
| DROP DICTIONARY IF EXISTS sessions_dict | |
| <%= if @cluster? do %>ON CLUSTER '{cluster}'<% end %> | |