Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/file_fixtures/migrate/20250612131915_test_db_migration.rb
21532 views
1
class TestDbMigration < ActiveRecord::Migration[5.2]
2
def self.up
3
end
4
5
def self.down
6
end
7
end
8
9