mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 17:25:16 +03:00
Add preferences tab to user settings, add subscribe to own cards option
This commit is contained in:
@@ -13,6 +13,7 @@ module.exports.up = (knex) =>
|
||||
table.text('avatar');
|
||||
table.text('phone');
|
||||
table.text('organization');
|
||||
table.boolean('subscribe_to_own_cards').notNullable();
|
||||
|
||||
table.timestamp('created_at', true);
|
||||
table.timestamp('updated_at', true);
|
||||
|
||||
Reference in New Issue
Block a user