2 #
Add field
'tx_extbase_type' to table 'fe_users'
4 CREATE TABLE fe_users (
5 tx_extbase_type
varchar(255) DEFAULT '' NOT NULL,
9 #
Add field
'tx_extbase_type' to table 'fe_groups'
11 CREATE TABLE fe_groups (
12 tx_extbase_type
varchar(255) DEFAULT '' NOT NULL,