Sha256: dc27339220ce237b29f04b33be00f8a8c0ea97d7bfd8bd6cb1f54b3e604c9f75
Contents?: true
Size: 457 Bytes
Versions: 16
Compression:
Stored size: 457 Bytes
Contents
require_relative 'migration_helper' require_relative '../ddl_statements/latest_verification_ids_for_consumer_and_provider' Sequel.migration do up do create_or_replace_view(:latest_verification_ids_for_consumer_and_provider, LATEST_VERIFICATION_IDS_FOR_CONSUMER_AND_PROVIDER_V3) end down do create_or_replace_view(:latest_verification_ids_for_consumer_and_provider, LATEST_VERIFICATION_IDS_FOR_CONSUMER_AND_PROVIDER_V2) end end
Version data entries
16 entries across 16 versions & 1 rubygems