![JAR search and dependency download from the Maven repository](/logo.png)
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