Release 3.0.0-RC1 - Fixed manual line lengths
This commit is contained in:
parent
d6ef7a7f09
commit
4ef9e48623
@ -597,12 +597,14 @@ CREATE TABLE `posts` (
|
||||
can be the owner, user, database name) to be generated -->
|
||||
<inputSchema>guestbook</inputSchema>
|
||||
|
||||
<!-- All elements that are generated from your schema (A Java regular expression. Use the pipe to separate several expressions)
|
||||
<!-- All elements that are generated from your schema
|
||||
(A Java regular expression. Use the pipe to separate several expressions)
|
||||
Watch out for case-sensitivity. Depending on your database, this might be important! -->
|
||||
<includes>.*</includes>
|
||||
|
||||
<!-- All elements that are excluded from your schema (A Java regular expression. Use the pipe to separate several expressions).
|
||||
Excludes match before includes -->
|
||||
<!-- All elements that are excluded from your schema
|
||||
(A Java regular expression. Use the pipe to separate several expressions).
|
||||
Excludes match before includes -->
|
||||
<excludes></excludes>
|
||||
</database>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user