Fix avatar_url dump.sql

This commit is contained in:
Kyle Carberry
2022-09-04 16:56:09 +00:00
parent d8f9537880
commit 00f05e798b

View File

@ -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 (