Closed mckaywrigley closed 3 months ago
Display attached prompts in template view and enforce non-null constraint on workspace_id in projects table.
workspace_id
projects
Key points:
components/dashboard/reusable/prompt-template-view.tsx
PromptTemplateView
components/templates/template.tsx
db/migrations/0004_greedy_sunfire.sql
Generated with :heart: by ellipsis.dev
Summary:
Display attached prompts in template view and enforce non-null constraint on
workspace_id
inprojects
table.Key points:
components/dashboard/reusable/prompt-template-view.tsx
to display attached prompts.PromptTemplateView
.components/templates/template.tsx
to pass attached prompts toPromptTemplateView
.db/migrations/0004_greedy_sunfire.sql
to enforce non-null constraint onworkspace_id
inprojects
table.Generated with :heart: by ellipsis.dev