feat(archive): month snapshots on the same node, drop extra-node and HTML /view.
Fixes EventHub/EventHubBack#76 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -404,6 +404,16 @@
|
||||
cpu_utilization :: float()
|
||||
}).
|
||||
|
||||
-record(month_snapshot, {
|
||||
id :: {binary(), binary()},
|
||||
calendar_id :: binary(),
|
||||
year_month :: binary(),
|
||||
payload :: binary(),
|
||||
storage :: mnesia | file,
|
||||
file_rel :: binary(),
|
||||
created_at :: calendar:datetime()
|
||||
}).
|
||||
|
||||
-record(schema_migration, {
|
||||
version :: string(),
|
||||
applied_at :: calendar:datetime()
|
||||
|
||||
Reference in New Issue
Block a user