TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE be_dashboards (
|
||||
# type=passthrough needs manual configuration
|
||||
cruser_id int(11) unsigned DEFAULT 0 NOT NULL,
|
||||
# No TCA column
|
||||
widgets text,
|
||||
KEY identifier (identifier)
|
||||
);
|
||||
Reference in New Issue
Block a user