1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 03:36:22 -07:00

forgot to add this to the last commit

This commit is contained in:
Joshua Merrell 2014-04-04 15:10:14 -07:00
parent ced82c6a26
commit 25cdff196e

View file

@ -53,6 +53,8 @@ type BanlistTable struct {
ID uint
AllowRead bool
IP string
Name string
Tripcode string
Message string
SilentBan uint8
Boards string
@ -71,11 +73,6 @@ type BannedHashesTable struct {
Description string
}
type BannedTripcodesTable struct {
ID uint
Name string
Tripcode string
}
type BoardsTable struct {
IName string