Stored procedures/DB schema in source control

后端 未结 21 943
孤街浪徒
孤街浪徒 2020-12-04 05:56

Do you guys keep track of stored procedures and database schema in your source control system of choice?

When you make a change (add a table, update an stored proc,

21条回答
  •  时光取名叫无心
    2020-12-04 06:27

    We store everything related to an application in our SCM. The DB scripts are generally stored in their own project, but are treated just like any other code... design, implement, test, commit.

提交回复
热议问题