Skip to content

Add prompts table migration and endpoint checks#36

Merged
goldlabelapps merged 1 commit into
masterfrom
staging
Apr 1, 2026
Merged

Add prompts table migration and endpoint checks#36
goldlabelapps merged 1 commit into
masterfrom
staging

Conversation

@goldlabelapps
Copy link
Copy Markdown
Owner

Add SQL migration and runner for a new prompts table (create_prompts_table.sql + create_prompts_table.py). Update prompts endpoint to check for the existence of the prompts table and return a warning meta when the table is missing (conditional data/kata inclusion). Provide a direct DB connection helper get_db_connection_direct in app/utils/db.py for migration/utility use. Also add Faker to requirements.

Add SQL migration and runner for a new prompts table (create_prompts_table.sql + create_prompts_table.py). Update prompts endpoint to check for the existence of the prompts table and return a warning meta when the table is missing (conditional data/kata inclusion). Provide a direct DB connection helper get_db_connection_direct in app/utils/db.py for migration/utility use. Also add Faker to requirements.
@goldlabelapps goldlabelapps added this to the Proof of Concept milestone Apr 1, 2026
@goldlabelapps goldlabelapps self-assigned this Apr 1, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Python Apr 1, 2026
Copy link
Copy Markdown
Collaborator

@javascript-pro javascript-pro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, thanks

@goldlabelapps goldlabelapps merged commit bc01a53 into master Apr 1, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Python Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants