CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

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