Skip to content

Commit 5cb6b15

Browse files
committed
Remove prompts API and DB migration files
Delete the deprecated prompts feature and its database migration utilities. Removed endpoints and schema definitions (app/api/prompts/__init__.py, prompts.py, schemas.py) along with related utils and SQL/migration scripts (create_prompts_table.*, migrate_prompts_table.py, alter_prompts_table_add_started_completed.sql). Cleans up unused API surface and associated DB artifacts.
1 parent 5429c6f commit 5cb6b15

7 files changed

Lines changed: 0 additions & 207 deletions

File tree

app/api/prompts/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/api/prompts/prompts.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

app/api/prompts/schemas.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/api/prompts/utils/alter_prompts_table_add_started_completed.sql

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/api/prompts/utils/create_prompts_table.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/api/prompts/utils/create_prompts_table.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/api/prompts/utils/migrate_prompts_table.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)