small naming improvments

This commit is contained in:
counterweight 2025-02-13 00:13:56 +01:00
parent 3b71faa3e7
commit 3327b6a1ee
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 6 additions and 9 deletions

View file

@ -8,7 +8,7 @@ const AppInviteCreated = sequelize.define('AppInviteCreated', {
unique: true,
primaryKey: true
},
inviter_npub: {
inviter_pub_key: {
type: DataTypes.STRING,
allowNull: false,
},