All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.migration.V20151030163409__AddIndexToContacts.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE INDEX ON unregistered_email_contacts(email);

CREATE INDEX ON unregistered_phone_contacts(phone_number);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy