mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:43:11 +00:00
3 lines
69 B
SQL
3 lines
69 B
SQL
alter table organizations
|
|
add column icon text not null default '';
|