This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
99ac23dfd3
gosora
/
schema
/
mysql
/
query_postchunks.sql
4 lines
93 B
MySQL
Raw
Normal View
History
Unescape
Escape
Optimise template generator. Optimise mysql adapter. Add TokenScope to mysql adapter. Add SimpleBulkInsert() to installer. Optimise panel.Plugins() route.
2021-04-29 22:33:02 +00:00
CREATE
TABLE
`
postchunks
`
(
Added the post counter and the associated Control Panel graph. 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.
2018-01-14 12:03:20 +00:00
`
count
`
int
DEFAULT
0
not
null
,
`
createdAt
`
datetime
not
null
)
;