diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java index f94baf2d9..45e6e9501 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java +++ b/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java @@ -90,8 +90,8 @@ public class MyAppInit implements org.zkoss.zk.ui.util.WebAppInit { } executeFlyway(); - //customToDatabase(); - //imageToDatabase(); + customToDatabase(); + imageToDatabase(); }