From 118464cfdabdad2b943e959e14ceb3012642a301 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 18 Jan 2023 11:39:05 +0300 Subject: Drop unused `useroptions` table --- src/main/resources/db/migration/V1.34__drop_useroptions.sql | 1 + src/main/resources/templates/views/settings_main.html | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 src/main/resources/db/migration/V1.34__drop_useroptions.sql (limited to 'src/main/resources') 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 @@ Browser notifications -
-
- Notification options -

Reply notifications ("Message posted")

-

Subscriptions notifications ("@user subscribed...")

-

Posts recommendations ("Recommended by @user")

-

-
-
-- cgit v1.2.3