1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-06 15:56:23 -07:00
Commit graph

7 commits

Author SHA1 Message Date
comraderat
9400833242 Implement almost every query 2020-05-14 17:22:36 +02:00
comraderat
598d07052d Make FK to post in ban nullable 2020-04-19 21:50:43 +02:00
comraderat
58a0d5364e Add is_thread_ban to database 2020-04-14 18:48:24 +02:00
comraderat
7e3465ef2f Add file width and height, fix erd 2020-04-13 16:39:28 +02:00
comraderat
82a902ebba Fixed ERD
Added "expires at" to ip ban audit.
2020-04-11 18:04:19 +02:00
comraderat
2be7e772d5 Added is_top_post to posts & add indexes
Added is_top_post to posts because you cannot have mutually dependent
entries (original plan was to have thread point to its own top post to
avoid costly constant sort operations).

Indexed posts.is_top_post and threads.is_deleted
2020-04-10 16:54:18 +02:00
comraderat
5b58adf8c6 Changed postgresql population script to new database 2020-04-10 16:15:07 +02:00