storage: add initial postgres event persistence and schema migration

This commit is contained in:
2026-03-13 20:29:58 +01:00
parent 7ec588805b
commit cd1adf94f0
6 changed files with 668 additions and 8 deletions

3
priv/repo/seeds.exs Normal file
View File

@@ -0,0 +1,3 @@
# Seed data for Parrhesia.
#
# Intentionally empty for now.