Bug in card creation bug 27Feb 2006
This commit is contained in:
parent
a0221f54d5
commit
7ac2c86b47
5 changed files with 20 additions and 10 deletions
7
html/admin/sql/patch/upgrade24.sql
Normal file
7
html/admin/sql/patch/upgrade24.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
|
||||
delete from attr_min where ad_id=5;
|
||||
|
||||
update version set val=25;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue