3 lines
69 B
SQL
3 lines
69 B
SQL
alter table organizations
|
|
add column icon text not null default '';
|
alter table organizations
|
|
add column icon text not null default '';
|