Skip to content

Add migrations to rename prospects columns#78

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

Add migrations to rename prospects columns#78
goldlabelapps merged 1 commit into
masterfrom
staging

Conversation

@goldlabelapps
Copy link
Copy Markdown
Owner

Add three SQL migration files and corresponding Python runner scripts under app/api/prospects/sql to rename columns on the prospects table. Renames: company_name -> company, primary_email_last_verified_at -> sell_by_date, and primary_email_source -> source. The Python scripts use app.utils.db.get_db_connection_direct to execute the ALTER TABLE statements and print a completion message.

Add three SQL migration files and corresponding Python runner scripts under app/api/prospects/sql to rename columns on the prospects table. Renames: company_name -> company, primary_email_last_verified_at -> sell_by_date, and primary_email_source -> source. The Python scripts use app.utils.db.get_db_connection_direct to execute the ALTER TABLE statements and print a completion message.
@goldlabelapps goldlabelapps merged commit b655be6 into master Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant