Add preferences tab to user settings, add subscribe to own cards option

This commit is contained in:
Maksim Eltyshev
2020-04-10 00:11:34 +05:00
parent 9b4e3931a9
commit 88314e826d
13 changed files with 96 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ exports.seed = (knex) => {
isAdmin: true,
name: 'Demo Demo',
username: 'demo',
subscribeToOwnCards: false,
createdAt: date,
updatedAt: date,
});