relationship

This commit is contained in:
counterweight 2025-03-10 13:05:33 +01:00
parent afc8a6d04d
commit 3b2edb4ca9
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 17 additions and 0 deletions

View file

@ -17,6 +17,7 @@ class NostrChallengeCompletedProvider {
challenge: {
type: this.DataTypes.STRING,
allowNull: false,
unique: true,
},
signed_event: {
type: this.DataTypes.JSONB,

View file

@ -17,6 +17,7 @@ class NostrChallengeCreatedProvider {
challenge: {
type: this.DataTypes.STRING,
allowNull: false,
unique: true,
},
expires_at: {
type: this.DataTypes.DATE,