Skip to content

Commit fae4c0b

Browse files
committed
Bump version; remove prompt SQL migrations
Bump package version to 2.2.3, delete obsolete prompt-related SQL migration files and their runner/cleanup scripts under app/api/prompt/sql (prompt_code, prospect_id, search_vector, type column, and empty/run helpers). Also update README heading from 'Getting Started' to 'Install & Use' and rename app/api/prospects/LinkedInConnections.csv to app/api/prospects/linkedin.csv to standardize naming. These changes remove unused migration artifacts and tidy repository structure.
1 parent 9f15005 commit fae4c0b

12 files changed

Lines changed: 2 additions & 97 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This project provides a scalable API backend using FastAPI and PostgreSQL, featu
2121
- **Uvicorn** — Lightning-fast ASGI server
2222
- **Pytest** — Comprehensive testing
2323

24-
#### Getting Started
24+
#### Install & Use
2525

2626
### 1. Clone & Setup Environment
2727

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Python - FastAPI, Postgres, tsvector"""
22

33
# Current Version
4-
__version__ = "2.2.2"
4+
__version__ = "2.2.3"

app/api/prompt/sql/alter_add_prompt_code.sql

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

app/api/prompt/sql/alter_add_prospect_id.sql

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

app/api/prompt/sql/alter_add_search_vector.sql

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

app/api/prompt/sql/alter_add_type_column.sql

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

app/api/prompt/sql/empty_llm_table.py

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

app/api/prompt/sql/run_alter_add_prompt_code.py

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

app/api/prompt/sql/run_alter_add_prospect_id.py

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

app/api/prompt/sql/run_alter_add_search_vector.py

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

0 commit comments

Comments
 (0)