mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-05 04:36:24 -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
|
ID uint
|
||||||
AllowRead bool
|
AllowRead bool
|
||||||
IP string
|
IP string
|
||||||
|
Name string
|
||||||
|
Tripcode string
|
||||||
Message string
|
Message string
|
||||||
SilentBan uint8
|
SilentBan uint8
|
||||||
Boards string
|
Boards string
|
||||||
|
@ -71,11 +73,6 @@ type BannedHashesTable struct {
|
||||||
Description string
|
Description string
|
||||||
}
|
}
|
||||||
|
|
||||||
type BannedTripcodesTable struct {
|
|
||||||
ID uint
|
|
||||||
Name string
|
|
||||||
Tripcode string
|
|
||||||
}
|
|
||||||
|
|
||||||
type BoardsTable struct {
|
type BoardsTable struct {
|
||||||
IName string
|
IName string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue