rename npub to pubkey
This commit is contained in:
parent
8ebdae9459
commit
8ba6472525
2 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ const NostrChallengeCompleted = sequelize.define('NostrChallengeCompleted', {
|
|||
type: DataTypes.JSONB,
|
||||
allowNull: false
|
||||
},
|
||||
public_key: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false
|
||||
},
|
||||
created_at: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue