Semantic Versioning 2.0.0 says:
For this system to work, you first need to declare a public API
My web application does not expose any public API, however it uses a database. Can the database schema be considered as the public API and then should a change in the database schema increment the major version?