1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00
This commit is contained in:
Samuel 2025-07-18 09:22:15 +02:00 committed by GitHub
commit ffafa8c8f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 295 additions and 1 deletions

View file

@ -204,6 +204,19 @@ module.exports = {
type: 'ref',
columnName: 'password_changed_at',
},
apiKeyPrefix: {
type: 'string',
columnName: 'api_key_prefix',
isNotEmptyString: true,
allowNull: true,
unique: true,
},
apiKeyHash: {
type: 'string',
columnName: 'api_key_hash',
isNotEmptyString: true,
allowNull: true,
},
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
// ║╣ ║║║╠╩╗║╣ ║║╚═╗