mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: allow editing org icon (#13547)
This commit is contained in:
committed by
GitHub
parent
58bf0ec1c6
commit
28228f1bcb
Generated
+2
-1
@@ -595,7 +595,8 @@ CREATE TABLE organizations (
|
||||
created_at timestamp with time zone NOT NULL,
|
||||
updated_at timestamp with time zone NOT NULL,
|
||||
is_default boolean DEFAULT false NOT NULL,
|
||||
display_name text NOT NULL
|
||||
display_name text NOT NULL,
|
||||
icon text DEFAULT ''::text NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE parameter_schemas (
|
||||
|
||||
Reference in New Issue
Block a user