metasploit-framework/spec/file_fixtures/migrate/99999999999999_test_db_migr...

8 lines
96 B
Ruby

class TestDbMigration < ActiveRecord::Migration[5.2]
def self.up
end
def self.down
end
end