2 lines
53 B
SQL
2 lines
53 B
SQL
alter table sessions
|
|
add column user_agent text;
|
alter table sessions
|
|
add column user_agent text;
|