Sha256: f8983dad1f09fa6b63ce53629d3d57d729eec481d03b02a1296546868847c2f5
Contents?: true
Size: 457 Bytes
Versions: 44
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
44 entries across 44 versions & 1 rubygems