0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
typo3
/
sysext
/
extbase
/
[
Home
]
File: ext_tables.sql
# # Add field 'tx_extbase_type' to table 'fe_users' # CREATE TABLE fe_users ( tx_extbase_type varchar(255) DEFAULT '0' NOT NULL ); # # Add field 'tx_extbase_type' to table 'fe_groups' # CREATE TABLE fe_groups ( tx_extbase_type varchar(255) DEFAULT '0' NOT NULL );