2 lines
50 B
SQL
2 lines
50 B
SQL
alter table settings
|
|
drop column first_admin;
|
alter table settings
|
|
drop column first_admin;
|