Commit 88aaf965 authored by Frank Bergmann's avatar Frank Bergmann

- File-Storage:

  Added code to fix duplicate values in cr_itemsx
parent 96a24f7d
......@@ -9,3 +9,8 @@ where
;
delete from cr_text;
alter table cr_text disable trigger cr_text_tr;
insert into cr_text (text_data) values ('');
alter table cr_text enable trigger cr_text_tr;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment