4 lines
215 B
MySQL
4 lines
215 B
MySQL
|
alter table integrations add column pocket_enabled bool default 'f';
|
||
|
alter table integrations add column pocket_access_token text default '';
|
||
|
alter table integrations add column pocket_consumer_key text default '';
|