Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The best way to manage database changes [closed]

What is the best way to manage database changes? I need to have a solutions regardless the database client's language. Also I'd like to be able to use specific database features in those changes such as stored procedures, triggers and so on.

like image 202
Szymon Lipiński Avatar asked Feb 09 '10 19:02

Szymon Lipiński


1 Answers

Use idempotent change scripts (and maybe have a look at LiquiBase or dbdeploy).

like image 181
Pascal Thivent Avatar answered Sep 19 '22 17:09

Pascal Thivent