Slide 22
Slide 22 text
Environment specific scripts
LOCAL.GrantRobDataReaderDataWriterPermissions.ENV.sql is an environment file.
We are in the LOCAL environment. This will run based on this check.
Running LOCAL.GrantRobDataReaderDataWriterPermissions.ENV.sql on (local) -
TestRoundhousE.
TEST.GrantRobDataReaderDataWriterPermissions.ENV.sql is an environment file.
We are in the LOCAL environment. This will NOT run based on this check.
Skipped TEST.GrantRobDataReaderDataWriterPermissions.ENV.sql - No changes were
found to run.
If you name a sql file with .ENV., Roundhouse will start looking for the
environment name somewhere on the file. If it doesn't find the proper
environment, it will not run the file.
In example, if you name a file LOCAL.permissionfile.env.sql and it is
migrating the LOCAL environment, it will run the file. But if it is migrating
the TEST environment, it will pass over this file.