2 years ago
Hello, in remote connection with pgamind 4 make some changes to my tables, run this command:
ALTER TABLE nomina.nomina ADD COLUMN total_allocations decimal(18, 2) DEFAULT 0;
ALTER TABLE nomina.nomina ADD COLUMN total_deductions decimal(18, 2) DEFAULT 0;
UPDATE nomina.nomina SET total_allocations=sueldo_basico_quincenal+escalafon_quincenal+dia_adicional+compensacion_quincenal+prima_sistema_publico_salu_quincenal_+
prima_hijo_mensual+prima_antiguedad_quincenal+prima_profesionalizacion_quincenal+bono_nocturno_fijo+bono_nocturno_variable+
availability_lunes_friday+total_domigo_holidays+ bono_vacacional_december+becas_december+dia_mother+father+
dia_nino+uniformes+bono_juguetes+bono_navideno+bonificacion_fin_ano,
total_deducciones= sso+spf+lph+fpj+cah+otros+ince+suboseb+suoseb+sitrass+fenasirtrasalud+subeseb+sunepsas+ sinboproenf+
colegioEnfermeras+impreEnfermeras
Then I gave error and no longer work the database,
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
2 years ago
Your volume is full -
You will need to click it, go into the settings, and then grow it.
Once that's done, redeploy the crashed deployment from its 3-dot menu.
Attachments