Notification options has been updated
"; - } - break; case "about": visitor.setFullName(request.getParameter("fullname")); visitor.setCountry(request.getParameter("country")); diff --git a/src/main/resources/db/migration/V1.34__drop_useroptions.sql b/src/main/resources/db/migration/V1.34__drop_useroptions.sql new file mode 100644 index 00000000..9162909f --- /dev/null +++ b/src/main/resources/db/migration/V1.34__drop_useroptions.sql @@ -0,0 +1 @@ +DROP TABLE useroptions diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 8f3873a0..713b0146 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -9,18 +9,6 @@ -