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
/
mysql
/
query_conversations_partici...
4 lines
92 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
`
conversations_participants
`
(
remove more useless files
2022-02-21 03:16:15 +00:00
`
uid
`
int
not
null
,
`
cid
`
int
not
null
More conversations work. Add support for AS in columns for SimpleInnerJoin. Add a referrer policy to improve privacy a little. Shorten /static/ to /s/ since it comes up so much. Remove some obsolete code. Shorten some variable names. Reduce the amount of boilerplate in the patcher. Added the RefNoTrack and RefNoRef privacy config settings. You may need to run the updater / patcher for this commit.
2019-08-14 10:39:04 +00:00
)
;