Sha256: 35cb2ae556f65793e7594a577aa4e228508416e05667a8806af3820353426a8e

Contents?: true

Size: 232 Bytes

Versions: 16

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

class Gutentag::RemoveUnused
  def self.call
    Gutentag::Tag.connection.execute <<-SQL
  DELETE FROM gutentag_tags
  WHERE id NOT IN (SELECT DISTINCT tag_id FROM gutentag_taggings)
    SQL
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gutentag-2.6.2 lib/gutentag/remove_unused.rb
gutentag-2.6.1 lib/gutentag/remove_unused.rb
gutentag-2.6.0 lib/gutentag/remove_unused.rb
gutentag-2.5.4 lib/gutentag/remove_unused.rb
gutentag-2.5.3 lib/gutentag/remove_unused.rb
gutentag-2.5.2 lib/gutentag/remove_unused.rb
gutentag-2.5.1 lib/gutentag/remove_unused.rb
gutentag-2.5.0 lib/gutentag/remove_unused.rb
gutentag-2.4.1 lib/gutentag/remove_unused.rb
gutentag-2.4.0 lib/gutentag/remove_unused.rb
gutentag-2.3.2 lib/gutentag/remove_unused.rb
gutentag-2.3.1 lib/gutentag/remove_unused.rb
gutentag-2.3.0 lib/gutentag/remove_unused.rb
gutentag-2.2.1 lib/gutentag/remove_unused.rb
gutentag-2.2.0 lib/gutentag/remove_unused.rb
gutentag-2.1.0 lib/gutentag/remove_unused.rb