feat: migrate receiptwitness to standalone repo with inlined common #2

Merged
cartsnitch-engineer[bot] merged 4 commits from betty/car-724-migration-v2 into dev 2026-05-04 21:01:22 +00:00
Showing only changes of commit fe0a7fac3e - Show all commits
+1
View File
@@ -25,6 +25,7 @@ def _populate_email_inbound_token(mapper, connection, target):
def engine():
"""In-memory SQLite engine for unit tests."""
eng = create_engine("sqlite:///:memory:")
User.__table__.c.email_inbound_token.server_default = None
Base.metadata.create_all(eng)
yield eng
eng.dispose()