1
0

Renamed Ingredient comment -> notes

This commit is contained in:
cryptogopher
2020-03-25 00:26:35 +01:00
parent 08860cbfab
commit c262e82c7b
6 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ class CreateSchema < ActiveRecord::Migration
create_table :ingredients do |t|
t.references :project
t.string :name
t.text :comment
t.text :notes
t.decimal :ref_amount, precision: 12, scale: 6
t.references :ref_unit
t.integer :group