TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE sys_redirect (
|
||||
# @todo: Declared type=input but should be something different
|
||||
hitcount int(11) DEFAULT '0' NOT NULL,
|
||||
redirect_type varchar(100) DEFAULT 'default',
|
||||
createdby int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
KEY index_source (source_host(80),source_path(80))
|
||||
);
|
||||
Reference in New Issue
Block a user