Sha256: ac20c68a2ac480f12bcf61cb7fccb0c368f866e0e061e47d323c8c48a685a237
Contents?: true
Size: 545 Bytes
Versions: 45
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
45 entries across 45 versions & 1 rubygems