SQL : menu cosmetic
This commit is contained in:
parent
5ceaa4b489
commit
771506665d
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ update menu_ref set me_menu='Navigateur 🧭' where me_code ~ 'NAVI';
|
|||
|
||||
update menu_ref set me_menu='Configuration 🔧' where me_code='CFG';
|
||||
|
||||
update menu_ref set me_menu='Recherech 🔎' where me_code='SEARCH';
|
||||
|
||||
update menu_ref set me_menu='Agenda 📅' where me_code='AGENDA';
|
||||
|
||||
|
||||
ALTER TABLE public.tva_rate ADD CONSTRAINT tva_code_number_check CHECK (tva_code::text !~ '^([0-9]+)$');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue