Sha256: e503e72ca68a97c9bbc331bab22c1cd2e3d27c10f75afe36e90750d04a3a7602

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

# with _u as (select id from users order by updated_at asc limit 1)
# update users set updated_at=now() where id in (select id from _u) RETURNING id;

module Lux::DelayedJob::Postgre

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lux-fw-0.5.37 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.5.36 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.5.35 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.5.34 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.5.33 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.5.32 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.2.3 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.2.1 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.1.35 ./lib/lux/delayed_job/lib/postgre.rb
lux-fw-0.1.17 ./lib/lux/delayed_job/lib/postgre.rb