feat: user profile page - save info + change pwd
This commit is contained in:
8
server/db/migrations-sqlite/2.3.10.js
Normal file
8
server/db/migrations-sqlite/2.3.10.js
Normal file
@@ -0,0 +1,8 @@
|
||||
exports.up = knex => {
|
||||
return knex.schema
|
||||
.alterTable('users', table => {
|
||||
table.string('lastLoginAt')
|
||||
})
|
||||
}
|
||||
|
||||
exports.down = knex => { }
|
Reference in New Issue
Block a user