Should database schema changes increment the major version in Semantic Versioning? -


semantic versioning 2.0.0 says:

for system work, first need declare public api

my web application not expose public api, uses database. can database schema considered public api , should change in database schema increment major version?

according this answer yes. database schema can considered public api.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -