small naming improvments
This commit is contained in:
parent
3b71faa3e7
commit
3327b6a1ee
3 changed files with 6 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ const AppInviteCreated = sequelize.define('AppInviteCreated', {
|
|||
unique: true,
|
||||
primaryKey: true
|
||||
},
|
||||
inviter_npub: {
|
||||
inviter_pub_key: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue