feat: started to add some tests for the oidc database
Signed-off-by: benjdlambert <ben@blam.sh> Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -41,6 +41,11 @@ exports.up = async function up(knex) {
|
||||
.notNullable()
|
||||
.comment('The name of the client, should be human readable');
|
||||
|
||||
table
|
||||
.text('redirect_uris', 'longtext')
|
||||
.notNullable()
|
||||
.comment('JSON array of valid redirect URIs');
|
||||
|
||||
table
|
||||
.timestamp('created_at', { useTz: false, precision: 0 })
|
||||
.notNullable()
|
||||
|
||||
Reference in New Issue
Block a user