Updated packages and some other colours

This commit is contained in:
Alexis
2025-08-04 22:43:38 +02:00
parent 119968e7fc
commit c8a345406c
10 changed files with 573 additions and 542 deletions

View File

@@ -43,7 +43,7 @@ create table public.worlds (
id bigint generated by default as identity primary key,
name text not null,
description text,
color app_colors default 'black',
color app_colors default 'emerald',
state world_state default 'draft',
created_at timestamptz default now(),
updated_at timestamptz,
@@ -69,7 +69,7 @@ create table public.calendars (
short_id text unique,
name text not null,
today json not null,
color app_colors default 'black',
color app_colors default 'emerald',
state calendar_state default 'draft',
created_at timestamptz default now(),
updated_at timestamptz,