2 lines
49 B
SQL
2 lines
49 B
SQL
alter table sessions
|
|
drop column user_agent;
|
alter table sessions
|
|
drop column user_agent;
|