Your IP : 216.73.216.52


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-extbase/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-extbase/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
);