Learning loads about YAML and now it's working - sort of.

This commit is contained in:
2023-01-29 18:56:01 +00:00
parent 7c0681314d
commit 148ef4efdd
6 changed files with 198 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddConditionToSubPrincipalItemGroups < ActiveRecord::Migration[7.0]
def change
add_column :subprincipleitemgroups, :condition, :string
end
end