Sha256: 0c6a105e40e71249d51e4473125d38159842aaba9d60eb91b44d0c7c2019f696
Contents?: true
Size: 545 Bytes
Versions: 16
Compression:
Stored size: 545 Bytes
Contents
require_relative '../ddl_statements/latest_verification_ids_for_consumer_and_provider' Sequel.migration do up do # The latest verification id for each consumer/provider create_or_replace_view(:latest_verification_ids_for_consumer_and_provider, LATEST_VERIFICATION_IDS_FOR_CONSUMER_AND_PROVIDER_V2) end down do # The latest verification id for each consumer/provider create_or_replace_view(:latest_verification_ids_for_consumer_and_provider, LATEST_VERIFICATION_IDS_FOR_CONSUMER_AND_PROVIDER_V1) end end
Version data entries
16 entries across 16 versions & 1 rubygems