First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
5
www/admin/_alterTable/_old/996_aggiustaFlgNascondi.sql
Normal file
5
www/admin/_alterTable/_old/996_aggiustaFlgNascondi.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// modifica il flgNascondi con nuovo valore 2 da -1 (Non Ordinabili)
|
||||
update ARTICOLO set flgNascondi = 2 where flgNascondi = -1
|
||||
|
||||
// modifica il flgNascondi imposta il valore 2 se c'è valore 0 (Non Ordinabili se sono Nascosti)
|
||||
update ARTICOLO set flgNascondi = 2 where flgNascondi = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue