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
5635a54d7a
gosora
/
schema
/
pgsql
/
query_topicchunks.sql
4 lines
96 B
MySQL
Raw
Normal View
History
Unescape
Escape
Eliminated some JS errors for guests on Cosora. Fixed the build tags for the alt database engines. Tweaked the quotes on the PgSQL adapter. Still not functional. Removed the SQLite build tag as it's unlikely that it'll ever be implemented.
2018-08-15 07:02:57 +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
`
timestamp
not
null
)
;