This commit is contained in:
+4
-2
@@ -123,7 +123,7 @@
|
||||
tags :: [binary()],
|
||||
capacity :: integer(),
|
||||
online_link :: binary(),
|
||||
status :: active | cancelled | completed,
|
||||
status :: active | cancelled | completed | frozen | deleted,
|
||||
reason :: binary(),
|
||||
rating_avg :: float(),
|
||||
rating_count :: non_neg_integer(),
|
||||
@@ -268,7 +268,9 @@
|
||||
active_sessions :: non_neg_integer(),
|
||||
ws_connections :: non_neg_integer(),
|
||||
io_in :: non_neg_integer(),
|
||||
io_out :: non_neg_integer()
|
||||
io_out :: non_neg_integer(),
|
||||
memory_available :: non_neg_integer(),
|
||||
cpu_utilization :: float()
|
||||
}).
|
||||
|
||||
-record(schema_migration, {
|
||||
|
||||
Reference in New Issue
Block a user