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
dbc6fdb27c
gosora
/
schema
/
mysql
/
query_topicchunks.sql
4 lines
94 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
`
topicchunks
`
(
Added the global topic counter and associated graphs. Wildcards should work properly in robots.txt now Fixed the padding on the registration and login pages for Cosora. Moved the Websockets route into the new router. We now log more suspicious requests. Started moving routes into /routes/ Added the topicchunks table.
2018-01-18 12:31:25 +00:00
`
count
`
int
DEFAULT
0
not
null
,
`
createdAt
`
datetime
not
null
)
;