mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Fix avatar_url dump.sql
This commit is contained in:
Generated
+1
-1
@@ -299,7 +299,7 @@ CREATE TABLE users (
|
||||
status user_status DEFAULT 'active'::public.user_status NOT NULL,
|
||||
rbac_roles text[] DEFAULT '{}'::text[] 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 (
|
||||
|
||||
Reference in New Issue
Block a user