9a3d8425e0
Renamed the pre_render_panel_analytics hook to pre_render_panel_analytics_views. Added a details table to the route graphs. Moved the /topic/ and /reply/ routes to the router generator and hardened them. Made some of the route names more consistent. We now track IPs in odd situations in debug mode. Fixed a bug where people could post on non-existent profiles. Continued work on topic move. Added the postchunks table.
4 lines
94 B
SQL
4 lines
94 B
SQL
CREATE TABLE [postchunks] (
|
|
[count] int DEFAULT 0 not null,
|
|
[createdAt] datetime not null
|
|
); |