3
votes
Testing and Managing database versions against code versions
Version numbers embedded in the database are helpful. You have two choices, embedding values into a table (allows versioning multiple items) that can be queried, or having an explictly named objec …
