CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/file_fixtures/migrate/99999999999999_test_db_migration.rb
Views: 1904
1
class TestDbMigration < ActiveRecord::Migration[5.2]
2
def self.up
3
end
4
5
def self.down
6
end
7
end
8
9