diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-07-22 21:39:25 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-07-22 21:39:25 -0400 |
commit | f36e8bf79f92b0be3d87788e6a48605f031698da (patch) | |
tree | 5b2c783fd8b08d2208dcff7a09fea6ebd67a1b5b /lib/sisu/v5/db_indexes.rb | |
parent | v5 v6: db, pg import, fix (diff) |
v5 v6: db, pqsl, sqlite, reorganise triggers
Diffstat (limited to 'lib/sisu/v5/db_indexes.rb')
-rw-r--r-- | lib/sisu/v5/db_indexes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/db_indexes.rb b/lib/sisu/v5/db_indexes.rb index 7e1164ab..b76e4b26 100644 --- a/lib/sisu/v5/db_indexes.rb +++ b/lib/sisu/v5/db_indexes.rb @@ -132,7 +132,7 @@ module SiSU_DbIndex conn_execute_array(sql_arr) end base - @opt.cmd=~/D/ || ((@opt.mod=~/psql/) ? '' : text) + @opt.act[:psql][:set]==:on ? '' : text end end end |