remotes/1693045480750635534/spooky-22
Aevann1 2021-07-21 17:01:21 +00:00
parent 4aabd857d0
commit cb5d51e774
1 changed files with 2 additions and 1 deletions

View File

@ -795,7 +795,8 @@ CREATE TABLE public.users (
profilecss text,
dramacoins integer,
agendaposter boolean,
agendaposter_expires_utc integer DEFAULT 0
agendaposter_expires_utc integer DEFAULT 0,
resized boolean
);