Timeline for answer to Is there a version control system for database structure changes? by Karussell
Current License: CC BY-SA 2.5
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 24, 2016 at 17:35 | comment | added | Karussell | For Java I highly recommend to have a look into flywaydb.org these days - see also the feature comparison on this site | |
| Jul 21, 2011 at 20:12 | comment | added | Palesz | we use liquibase, but we use 3 different approach for the different information: 1. structure (table, views, ...): historical changelog 2. codes (procedures, pl/sql, functions): changelog with only one changeset marked with runalways=true runonchange = true 3. code tables, other meta "constants" stored in tables: the same approach as for codes, only one changeset, delete from, insert all info | |
| Jul 10, 2010 at 21:26 | history | answered | Karussell | CC BY-SA 2.5 |