TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:39 +02:00
commit e54ab24745
68 changed files with 3683 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
CREATE TABLE pages (
# @todo: db analyzer makes this varchar which would be ok, but the default is lost. needs review
sitemap_priority decimal(2,1) DEFAULT '0.5' NOT NULL,
);