Umbraco 在数据库的哪个位置存储其版本信息?

发布于 2024-10-03 17:48:43 字数 39 浏览 5 评论 0原文

正如标题所问,Umbraco 在数据库的哪个位置存储其版本信息?

As the title asks, Where in the database does Umbraco store its version information?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

紫轩蝶泪 2024-10-10 17:48:43
SELECT * FROM umbracoMigration

在我的 Umbraco 上给了我:

id  name    version createDate
1   Umbraco 7.4.1   2016-03-21 09:06:05.770
SELECT * FROM umbracoMigration

On my Umbraco gives me:

id  name    version createDate
1   Umbraco 7.4.1   2016-03-21 09:06:05.770
浮光之海 2024-10-10 17:48:43

它存储在 web.config 文件(umbracoConfigurationStatus 设置)中,而不是在数据库中。

理查德

Its stored in the web.config file (umbracoConfigurationStatus setting) not in the database.

Richard

缱绻入梦 2024-10-10 17:48:43

将 web.config 中的版本号与正在安装的版本进行比较?

Compares the version number in the web.config with the version being installed?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文