Files
DowntownerArchive/server
Tommy Parnell 590bbf9506 Assistant checkpoint: Add URL uniqueness constraint and handle duplicates
Assistant generated file changes:
- shared/schema.ts: Add unique constraint to url
- server/storage.ts: Handle duplicate URLs in importNewsletter

---

User prompt:

Keep the id as the primary key but use  the url as an "external id" for the newsletter and don't allow duplicates to be created in the database
2025-02-18 17:00:27 +00:00
..