added specs for project forks and yaml templating

This commit is contained in:
Chris
2025-07-13 12:14:47 -07:00
parent c988155b5c
commit 7cb07c632e
18 changed files with 630 additions and 96 deletions

1
db/schema.rb generated
View File

@@ -239,6 +239,7 @@ ActiveRecord::Schema[7.2].define(version: 2025_06_29_164951) do
t.string "title", null: false
t.string "url", null: false
t.string "user", null: false
t.jsonb "canine_config", default: {}
t.text "clean_up_command"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false