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
edd0e5c018
gosora
/
schema
/
mssql
/
query_topicchunks.sql
4 lines
101 B
MySQL
Raw
Normal View
History
Unescape
Escape
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
CREATE
TABLE
[
topicchunks
]
(
remove more useless files
2022-02-21 03:16:15 +00:00
[
count
]
int
DEFAULT
0
not
null
,
[
createdAt
]
datetime
not
null
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
)
;