Change id generation algorithm, display notifications total on the main page
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports.models = {
|
||||
|
||||
attributes: {
|
||||
id: {
|
||||
type: 'number',
|
||||
type: 'string',
|
||||
autoIncrement: true,
|
||||
},
|
||||
createdAt: {
|
||||
|
||||
Reference in New Issue
Block a user