Fix cosmetic
This commit is contained in:
parent
beac80ffc8
commit
9f4b3ce4c1
5 changed files with 13 additions and 3 deletions
4
html/admin/sql/patch/upgrade15.sql
Normal file
4
html/admin/sql/patch/upgrade15.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
begin;
|
||||
update attr_def set ad_text='code postal' where ad_id=15;
|
||||
update version set val=16;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue