5dc238f196
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.
4 lines
93 B
SQL
4 lines
93 B
SQL
CREATE TABLE [memchunks] (
|
|
[count] int DEFAULT 0 not null,
|
|
[createdAt] datetime not null
|
|
); |