gosora/schema/mssql/query_memchunks.sql
Azareal 5dc238f196 Added Mem to the dashboard and added a historic process memory use analytics pane.
Added the memchunks table.
Eliminated some unnecessary indentation in the analytics templates.

Added the panel_menu_statistics_memory phrase.
Added the panel_dashboard_memused phrase.
Added the panel_dashboard_memused_desc phrase.
Added the panel_statistics_memory_head phrase.

You will need to run the updater / patcher for this commit.
2019-05-01 16:59:51 +10:00

4 lines
93 B
SQL

CREATE TABLE [memchunks] (
[count] int DEFAULT 0 not null,
[createdAt] datetime not null
);