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:
parent
ced82c6a26
commit
25cdff196e
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue