add picture to avatar, lint fixes

Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>

Co-authored-by: klaraab <klarabroman@live.se>
This commit is contained in:
Lykke Axlin
2021-10-12 16:35:35 +02:00
parent 1fb1f8d758
commit af4fd48b0b
9 changed files with 18 additions and 43 deletions
@@ -51,6 +51,7 @@ exports.up = async function up(knex) {
.defaultTo(knex.fn.now())
.notNullable()
.comment('The timestamp when this member joined');
table.text('picture').comment('Link to profile picture');
});
};