Updated packages and some other colours
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user