mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +01:00
migrate
This commit is contained in:
parent
16540f57f0
commit
3ef5b43995
1 changed files with 1 additions and 1 deletions
|
@ -2098,7 +2098,7 @@ CREATE TABLE public.users (
|
|||
description_textile character varying,
|
||||
avatar character varying,
|
||||
spoiler_type character varying DEFAULT 'static'::character varying NOT NULL,
|
||||
theme character varying DEFAULT 'default'::character varying NOT NULL,
|
||||
theme character varying DEFAULT 'dark-blue'::character varying NOT NULL,
|
||||
images_per_page integer DEFAULT 15 NOT NULL,
|
||||
show_large_thumbnails boolean DEFAULT true NOT NULL,
|
||||
show_sidebar_and_watched_images boolean DEFAULT true NOT NULL,
|
||||
|
|
Loading…
Reference in a new issue