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