Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
languagevisibility
Commits
35e57b9e
Commit
35e57b9e
authored
Jul 21, 2020
by
Kevin Ditscheid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Remove fields that are auto generated by the schema manager
parent
e60edddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
ext_tables.sql
ext_tables.sql
+2
-8
No files found.
ext_tables.sql
View file @
35e57b9e
...
...
@@ -2,7 +2,7 @@
#
Table
structure
for
table
'pages'
#
CREATE
TABLE
pages
(
tx_languagevisibility_visibility
text
NOT
NULL
,
tx_languagevisibility_visibility
text
NOT
NULL
);
#
...
...
@@ -16,14 +16,8 @@ CREATE TABLE tt_content (
#
Table
structure
for
table
'tx_languagevisibility_visibility_flag'
#
CREATE
TABLE
tx_languagevisibility_visibility_flag
(
uid
int
(
11
)
NOT
NULL
auto_increment
,
pid
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
tstamp
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
crdate
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
cruser_id
int
(
11
)
unsigned
DEFAULT
'0'
NOT
NULL
,
record_table
text
NOT
NULL
,
record_uid
text
DEFAULT
''
NOT
NULL
,
record_language_uid
int
(
11
)
DEFAULT
'0'
NOT
NULL
,
flag
text
NOT
NULL
,
PRIMARY
KEY
(
uid
)
flag
text
NOT
NULL
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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