As the title says: where does the Umbraco database store information about its version?
It is not stored in the web.config file (umbracoConfigurationStatus parameter) in the database.
Richard
Compare the version number in the web.config file with the installed version?
SELECT * FROM umbracoMigration
On my Umbraco gives me:
id name version createDate 1 Umbraco 7.4.1 2016-03-21 09:06:05.770
Source: https://habr.com/ru/post/1776213/More articles:How to get values for android application - androidC ++ exception catching - c ++SQL query to get numerical value and print as words - sqlParsing JSON issues - jsonGDI leak problem - crecord in several records by start and end date - datetimeWhat does com.sun.el contain? - elGDI leak problem - cIs it possible to force jQuery.jScrollPane to show a vertical scrollbar? - javascriptLocalized Views Using Razor - asp.net-mvcAll Articles