The CAF is now populated from the YAML when a CAF is created
This commit is contained in:
4
db/schema.rb
generated
4
db/schema.rb
generated
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.0].define(version: 2023_01_27_131552) do
|
||||
ActiveRecord::Schema[7.0].define(version: 2023_02_12_065945) do
|
||||
create_table "action_text_rich_texts", charset: "utf8mb4", force: :cascade do |t|
|
||||
t.string "name", null: false
|
||||
t.text "body", size: :long
|
||||
@@ -92,7 +92,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_27_131552) do
|
||||
|
||||
create_table "subprincipleitemgroups", charset: "utf8mb4", force: :cascade do |t|
|
||||
t.bigint "subprinciple_id", null: false
|
||||
t.string "type"
|
||||
t.string "kind"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "condition"
|
||||
|
||||
Reference in New Issue
Block a user