Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

master
Aevann1 2022-08-27 05:29:13 +02:00
commit ec04d2c414
1 changed files with 2 additions and 1 deletions

View File

@ -859,7 +859,8 @@ CREATE TABLE public.users (
last_viewed_log_notifs integer NOT NULL,
imginn boolean,
earlylife integer,
bite integer
bite integer,
old_house character varying(16)
);