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

sql.migration.V20160409233247__ChangeApplePushCredentialsPrimaryKey.sql Maven / Gradle / Ivy

The newest version!
alter table apple_push_credentials drop constraint apple_push_credentials_pkey;
alter table apple_push_credentials add primary key(auth_id, is_voip);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy