Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
t3o_membership
Commits
327a44d9
Commit
327a44d9
authored
Feb 22, 2016
by
Thomas Löffler
Browse files
[BUGFIX] Adds SQL field for personal_membership field.
parent
842fbf56
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_tables.sql
View file @
327a44d9
...
...
@@ -51,6 +51,7 @@ CREATE TABLE tx_t3omembership_domain_model_membership (
name
varchar
(
255
)
DEFAULT
''
NOT
NULL
,
logo
text
NOT
NULL
,
personal_membership
tinyint
(
4
)
DEFAULT
'0'
NOT
NULL
,
tstamp
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
crdate
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment