mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-08 16:02:24 +00:00
Remove DynamoDB-backed storage paths, add Postgres/HTTP repositories for mailbox state maps, wire the internal message-map API, and add provisioning runner/migration plumbing.
3 lines
94 B
SQL
3 lines
94 B
SQL
DROP TABLE IF EXISTS public.email_history_ids;
|
|
DROP TABLE IF EXISTS public.email_message_map;
|