aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/db_drop.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-22 21:39:25 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-22 21:39:25 -0400
commitf36e8bf79f92b0be3d87788e6a48605f031698da (patch)
tree5b2c783fd8b08d2208dcff7a09fea6ebd67a1b5b /lib/sisu/v6/db_drop.rb
parentv5 v6: db, pg import, fix (diff)
v5 v6: db, pqsl, sqlite, reorganise triggers
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 926da47f..e93d2889 100644
--- a/lib/sisu/v6/db_drop.rb
+++ b/lib/sisu/v6/db_drop.rb
@@ -206,7 +206,7 @@ module SiSU_DbDrop
self
end
indexes.base
- @opt.cmd=~/D/ || ((@opt.mod=~/psql/) ? '' : indexes.text)
+ @opt.act[:psql][:set]==:on ? '' : indexes.text
self
end
end