mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-07 08:01:41 +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
78 B
SQL
3 lines
78 B
SQL
ALTER TABLE public.provisioning_templates
|
|
DROP COLUMN IF EXISTS is_draft;
|