Preguntas y Problemas frecuentes
1. primero cree una nueva variable INSTALLATION_PRICING_PLAN_QUANTITY_TEST desde la interfaz chatwoooot.com/super_admin/installation_configs
estableci el valor de 100.
2.Elimine el registro del atributo INSTALLATION_PRICING_PLAN_QUANTITY
DELETE FROM installation_configs where name='INSTALLATION_PRICING_PLAN_QUANTITY';
3. actualice el valor del atrbuto que cree inicialmente [[esto lo hice para que se guardara en el tipo de valor que requiere el campo, ya que no se podia setear
de forma sencilla desde la terminal de postgres]]
UPDATE installation_configs SET name = 'INSTALLATION_PRICING_PLAN_QUANTITY' WHERE name = 'INSTALLATION_PRICING_PLAN_QUANTITY_TEST';
4. validar que todo salio bien y que ahora tiene el valor ingresado al inicio
SELECT serialized_value FROM installation_configs WHERE name = 'INSTALLATION_PRICING_PLAN';
lo mismo en esencia para el atributo de INSTALLATION_PRICING_PLAN, esto si aparece con valor premium, para que lo cambien a community