Sha256: a3b26f2314df8d84c5878074bc58997f4ff88b17421ab55b4d60939015480d43

Contents?: true

Size: 191 Bytes

Versions: 7

Compression:

Stored size: 191 Bytes

Contents

class JsonbInitializer
  def self.initialize!
    Superstore::Base.adapter.create_table('issues')
    Superstore::Base.adapter.define_jsonb_functions!
  end
end

JsonbInitializer.initialize!

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
superstore-2.2.0 test/support/jsonb.rb
superstore-2.1.3 test/support/jsonb.rb
superstore-2.1.2 test/support/jsonb.rb
superstore-2.1.1 test/support/jsonb.rb
superstore-2.1.0 test/support/jsonb.rb
superstore-2.0.1 test/support/jsonb.rb
superstore-2.0.0 test/support/jsonb.rb