missing display details

This commit is contained in:
counterweight 2025-02-25 15:21:49 +01:00
parent 3495429102
commit 2f67dc4a1d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -34,6 +34,18 @@ const OfferDetailsSet = sequelize.define(
type: DataTypes.TEXT,
allowNull: false,
},
show_offer_to_trusted: {
type: DataTypes.BOOLEAN,
allowNull: false,
},
show_offer_to_trusted_trusted: {
type: DataTypes.BOOLEAN,
allowNull: false,
},
show_offer_to_all_members: {
type: DataTypes.BOOLEAN,
allowNull: false,
},
is_onchain_accepted: {
type: DataTypes.BOOLEAN,
allowNull: false,