projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[FEATURE] Improve livesearch results
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
felogin
/
ext_tables.sql
1
#
2
#
Table structure for table
'fe_groups'
3
#
4
CREATE TABLE
fe_groups
(
5
felogin_redirectPid tinytext
6
);
7
8
9
10
#
11
#
Table structure for table
'fe_users'
12
#
13
CREATE TABLE
fe_users
(
14
felogin_redirectPid tinytext
,
15
felogin_forgotHash
varchar
(
80
)
default
''
16
);
17
18