Class: AddeSourceToArtifactSchema
- Inherits:
-
Object
- Object
- AddeSourceToArtifactSchema
- Defined in:
- lib/mihari/database.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
51 52 53 |
# File 'lib/mihari/database.rb', line 51 def change add_column :artifacts, :source, :string, if_not_exists: true end |