Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cli:franke:autoautopausa [2021/11/22 16:42]
m.zingaretti
cli:franke:autoautopausa [2021/11/23 08:47] (current)
m.zingaretti
Line 26: Line 26:
  
 INSERT INTO public.pauper VALUES (1, 0, 'Default'); INSERT INTO public.pauper VALUES (1, 0, 'Default');
 +update tmprog set dow=1;
  
 ALTER TABLE ONLY public.tmprog ADD CONSTRAINT ix_tmprog_codpauper FOREIGN KEY (codpauper) REFERENCES public.pauper(codice) ON UPDATE CASCADE ON DELETE CASCADE; ALTER TABLE ONLY public.tmprog ADD CONSTRAINT ix_tmprog_codpauper FOREIGN KEY (codpauper) REFERENCES public.pauper(codice) ON UPDATE CASCADE ON DELETE CASCADE;
 </code> </code>
  
-Libreria dedicata:+====Libreria dedicata:====
 {{ :cli:franke:autopausa.tar.gz |}} {{ :cli:franke:autopausa.tar.gz |}}
  
-piattaforma:+====Piattaforma:====
 <code xml> <code xml>
  <!-- Agente che gestisce l'autopausa  -->  <!-- Agente che gestisce l'autopausa  -->
Line 52: Line 53:
  </agent>  </agent>
 </code> </code>
 +
 +====Modidica menĂ¹====
 + * #tmprog diventa -> #tmprog-weekly
 +
  • cli/franke/autoautopausa.1637595773.txt.gz
  • Last modified: 2021/11/22 16:42
  • by m.zingaretti