mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
Fix avatar_url
dump.sql
This commit is contained in:
2
coderd/database/dump.sql
generated
2
coderd/database/dump.sql
generated
@ -299,7 +299,7 @@ CREATE TABLE users (
|
|||||||
status user_status DEFAULT 'active'::public.user_status NOT NULL,
|
status user_status DEFAULT 'active'::public.user_status NOT NULL,
|
||||||
rbac_roles text[] DEFAULT '{}'::text[] NOT NULL,
|
rbac_roles text[] DEFAULT '{}'::text[] NOT NULL,
|
||||||
login_type login_type DEFAULT 'password'::public.login_type NOT NULL,
|
login_type login_type DEFAULT 'password'::public.login_type NOT NULL,
|
||||||
avatar_url character varying(64)
|
avatar_url text
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE workspace_agents (
|
CREATE TABLE workspace_agents (
|
||||||
|
Reference in New Issue
Block a user