Class: AddDescriptionToTokens

Inherits:
Debci::DB::LEGACY_MIGRATION
  • Object
show all
Defined in:
lib/debci/db/migrations/20230415000000_add_description_to_tokens.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/debci/db/migrations/20230415000000_add_description_to_tokens.rb', line 2

def change
  add_column :keys, :description, :string
end