TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:17 +02:00
commit 629541cb4c
86 changed files with 5360 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
CREATE TABLE fe_users (
# type=passthrough needs manual configuration
felogin_forgotHash varchar(160) default '' ,
KEY felogin_forgotHash (felogin_forgotHash)
);