From 23d64fc691f4d81231a151cfdf90383cb5a2b340 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Tue, 20 Dec 2022 04:00:12 +0000 Subject: [PATCH] sneed --- schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index 328b3bef7..06eddb852 100644 --- a/schema.sql +++ b/schema.sql @@ -442,7 +442,6 @@ CREATE TABLE public.commentvotes ( CREATE TABLE public.event_users ( id integer NOT NULL, - event_music boolean NOT NULL, event_darkmode boolean NOT NULL ); @@ -1042,7 +1041,8 @@ CREATE TABLE public.users ( spider integer, profanityreplacer integer DEFAULT 1 NOT NULL, last_viewed_reddit_notifs integer NOT NULL, - profile_background character varying(30) + profile_background character varying(30), + event_music boolean NOT NULL );