Rilascio M1.0.03

This commit is contained in:
basi
2019-05-07 10:47:36 +02:00
parent 19e1ef26d7
commit 9e6828b65e
233 changed files with 292 additions and 427 deletions

12
script_db/prova1.sql Executable file
View File

@@ -0,0 +1,12 @@
/* label Cobol = 100301
Update tabella tipi card per interfaccia con Pms 04/04/19 A.B.
Iserto operatore per money interface 15/04/19 A.B.
*/
connect to 'SYSMONEY' 'SYSADM' '';
ALTER TABLE DEFAULT_TIPCARD ADD (TPC_FL_SALDO_DEBITO SMALLINT);
UPDATE DEFAULT_TIPCARD SET TPC_FL_SALDO_DEBITO = 0;
disconnect;
quit;