Native Apps: Different privileges required to rename APPLICATION and APPLICATION PACKAGE

Attention

This behavior change is in the 2023_06 bundle.

For the current status of the bundle, refer to Bundle History.

In the current Snowflake release, the privileges required to run the RENAME clause of the ALTER DATABASE command have changed for the APPLICATION and APPLICATION PACKAGE databases.

Previously:

The RENAME clause of the ALTER DATABASE command requires the CREATE DATABASE privilege to be granted on the APPLICATION or APPLICATION PACKAGE to the role of the user running the command.

Currently:

Running the RENAME clause of the ALTER DATABASE command requires the CREATE APPLICATION or CREATE APPLICATION PACKAGE privileges to be granted on the APPLICATION or APPLICATION PACKAGE databases.

Ref: 1249