mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
Add phone and organization fields to user
This commit is contained in:
@@ -11,6 +11,8 @@ module.exports.up = (knex) =>
|
||||
table.text('name').notNullable();
|
||||
table.text('username');
|
||||
table.text('avatar');
|
||||
table.text('phone');
|
||||
table.text('organization');
|
||||
|
||||
table.timestamp('created_at', true);
|
||||
table.timestamp('updated_at', true);
|
||||
|
||||
Reference in New Issue
Block a user