TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:15 +02:00
commit 6830982e7d
295 changed files with 31995 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
CREATE TABLE fe_users (
# @todo: Needs decision if removed altogether - and if not - what should happen with the default value.
tx_extbase_type varchar(255) DEFAULT '0' NOT NULL
);