class AddeSourceToArtifactSchema
Public Instance Methods
change()
click to toggle source
# File lib/mihari/database.rb, line 36 def change add_column :artifacts, :source, :string, if_not_exists: true end
# File lib/mihari/database.rb, line 36 def change add_column :artifacts, :source, :string, if_not_exists: true end