diff --git a/html/admin/sql/patch/upgrade100.sql b/html/admin/sql/patch/upgrade100.sql
index 60bd7355a..0c7595afb 100644
--- a/html/admin/sql/patch/upgrade100.sql
+++ b/html/admin/sql/patch/upgrade100.sql
@@ -17,6 +17,6 @@ ALTER TABLE jnt_fic_attr
REFERENCES attr_def (ad_id) MATCH SIMPLE
ON UPDATE cascade ON DELETE cascade;
-update version set val=100;
+update version set val=101;
commit;
\ No newline at end of file