Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e062d89e
Commit
e062d89e
authored
Aug 19, 2017
by
Carsten Rose
Browse files
formEditor.sql: Set AUTO_INCREMENT = 1000; for table 'Form' this should give place for system forms
parent
e2e5bc53
Changes
1
Show whitespace changes
Inline
Side-by-side
extension/qfq/sql/formEditor.sql
View file @
e062d89e
...
...
@@ -39,7 +39,7 @@ CREATE TABLE IF NOT EXISTS `Form` (
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
AUTO_INCREMENT
=
0
;
AUTO_INCREMENT
=
100
0
;
#
--
...
...
Write
Preview
Supports
Markdown
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