2 lines
46 B
SQL
2 lines
46 B
SQL
alter table settings
|
|
add column url TEXT;
|
alter table settings
|
|
add column url TEXT;
|