Skip to content

Commit 4d1a340

Browse files
ddamkeddamke
authored andcommitted
add todo comment
1 parent 367d79a commit 4d1a340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/doubleslash/keeptime/view/SettingsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ private void initImportButton(){
281281
final String url = applicationProperties.getSpringDataSourceUrl();
282282
final String username = applicationProperties.getSpringDataSourceUserName();
283283
final String password = applicationProperties.getSpringDataSourcePassword();
284-
284+
//TODO: add an option at the next release to make the "FROM_1X flag" configurable. E.g. if we upgrade (in the release after) from H2 version 2.x to 2.x we must not set the "FROM_1X flag".
285285
new RunScript().runTool("-url", url, "-user",username,"-password",password,"-script",file.toString(),"-options", "FROM_1X");
286286

287287
Alert informationDialog = new Alert(AlertType.INFORMATION);

0 commit comments

Comments
 (0)