An ATProtocol powered blogging engine.

bug: upsert_post will update created_at because it is likely a manual change by content authors

Signed-off-by: Nick Gerakines <nick.gerakines@gmail.com>

Changed files
+1
src
storage
+1
src/storage/postgres.rs
··· 37 37 slug = EXCLUDED.slug, 38 38 content = EXCLUDED.content, 39 39 record_key = EXCLUDED.record_key, 40 + created_at = EXCLUDED.created_at, 40 41 updated_at = EXCLUDED.updated_at, 41 42 record = EXCLUDED.record 42 43 "#,