aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/db_drop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v6/db_drop.rb')
-rw-r--r--lib/sisu/v6/db_drop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v6/db_drop.rb b/lib/sisu/v6/db_drop.rb
index e93d2889..3363746a 100644
--- a/lib/sisu/v6/db_drop.rb
+++ b/lib/sisu/v6/db_drop.rb
@@ -63,7 +63,7 @@
=end
module SiSU_DbDrop
class Drop
- require_relative 'response' # response.rb
+ require_relative 'utils_response' # utils_response.rb
def initialize(opt,conn,db_info,sql_type)
@opt,@conn,@db_info,@sql_type=opt,conn,db_info,sql_type
@ans=SiSU_Response::Response.new