The CAF is now populated from the YAML when a CAF is created

This commit is contained in:
2023-02-12 07:19:21 +00:00
parent d96050c4fb
commit 3b53f930be
4 changed files with 18 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
class RenameTypeToKindInSubprincipleitemgroup < ActiveRecord::Migration[7.0]
def change
change_table :subprincipleitemgroups do |t|
t.rename :type, :kind
end
end