add logo_url to landing questions; add color/foto_perfil extraction to vcard

This commit is contained in:
Lizandro Guarnizo
2026-05-28 22:44:42 -05:00
parent 52ce8638a8
commit f8b352eb03
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ type LandingSession struct {
UserWebsite string `json:"user_website" gorm:"column:user_website"`
UserAddress string `json:"user_address" gorm:"column:user_address"`
SocialMedia string `json:"social_media" gorm:"column:social_media"`
LogoUrl string `json:"logo_url" gorm:"column:logo_url"`
// Historial de mensajes almacenado como JSON
AnswersJSON string `json:"-" gorm:"column:answers_json;type:text"`
HTMLContent string `json:"html_content,omitempty" gorm:"column:html_content;type:text"`