Comments
Sort by recent activity
manishkumar said:
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!
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. / comments
manishkumar said:
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.xxIs it possible to j...