I need a manual refresh/clear from Replit engineer of the production publishing cache so it recognizes my current working schema. Anyone else deal with this before? How long does it normally take Replit to do this? I’m currently on day 9 since sending an email to replit support
What are your symptoms?
Technical Details:
When I try to publish updates, the migration system wants to:
-
DROP
idempotency_keycolumn fromengagement_eventstable (30 items) -
DROP
idempotency_keycolumn frompending_signup_tokenstable -
DROP
idempotency_keycolumn fromsubscription_entitlementstable
These columns are essential for preventing duplicate transactions and protecting user data integrity. They exist and function correctly in my development database, but the production publishing system appears to have a cached schema state from before these protections were added.