Rename successfully deployed SQL script
manishkumar
Posts: 1 New member
Hello,
We are defining a new naming convention for the versioned scripts in our team.
E.g. earlier it was V1.1.1__xx, now we want to make it V2023.01.17.xx
Is it possible to just rename the SQL scripts that are already deployed?
Thanks!
We are defining a new naming convention for the versioned scripts in our team.
E.g. earlier it was V1.1.1__xx, now we want to make it V2023.01.17.xx
Is it possible to just rename the SQL scripts that are already deployed?
Thanks!
Answers
You're absolutely correct. Renaming already deployed SQL scripts can indeed cause issues, especially if the scripts are referenced elsewhere or if they have already been executed in a production environment.