Skip to content

Commit

Permalink
shorter entity table names to avoid interruption of jhipster generator
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Krusche <[email protected]>
  • Loading branch information
Stephan Krusche committed Oct 19, 2018
1 parent 7317c5f commit ec7d291
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .jhipster/DragAndDropQuestionStatistic.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"changelogDate": "20180927081346",
"entityTableName": "drag_and_drop_question_statistic",
"entityTableName": "dnd_question_statistic",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}
}
4 changes: 2 additions & 2 deletions .jhipster/DragAndDropSubmittedAnswer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"changelogDate": "20180927081417",
"entityTableName": "drag_and_drop_submitted_answer",
"entityTableName": "dnd_submitted_answer",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}
}
4 changes: 2 additions & 2 deletions .jhipster/MultipleChoiceQuestionStatistic.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"changelogDate": "20180927081345",
"entityTableName": "multiple_choice_question_statistic",
"entityTableName": "mc_question_statistic",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}
}
4 changes: 2 additions & 2 deletions .jhipster/MultipleChoiceSubmittedAnswer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"changelogDate": "20180927081403",
"entityTableName": "multiple_choice_submitted_answer",
"entityTableName": "mc_submitted_answer",
"dto": "no",
"pagination": "no",
"service": "no",
"jpaMetamodelFiltering": false,
"fluentMethods": true,
"clientRootFolder": "",
"applications": "*"
}
}

0 comments on commit ec7d291

Please sign in to comment.