The CAF is now populated from the YAML when a CAF is created
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class RenameTypeToKindInSubprincipleitemgroup < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
change_table :subprincipleitemgroups do |t|
|
||||
t.rename :type, :kind
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user