Add preferences tab to user settings, add subscribe to own cards option
This commit is contained in:
@@ -9,6 +9,7 @@ exports.seed = (knex) => {
|
||||
isAdmin: true,
|
||||
name: 'Demo Demo',
|
||||
username: 'demo',
|
||||
subscribeToOwnCards: false,
|
||||
createdAt: date,
|
||||
updatedAt: date,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user