Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2a607b9

Browse files
Update db_structure.sql
1 parent c5b9cc6 commit 2a607b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ CREATE TABLE `tokens` (
306306
`token` varchar(32) NOT NULL,
307307
`assigned` varchar(255) NOT NULL,
308308
`banned` int NOT NULL DEFAULT '0',
309-
`reason` varchar(255) NOT NULL,
309+
`reason` varchar(255) NOT NULL DEFAULT 'Token is banned',
310310
`hash` varchar(255) NOT NULL,
311311
`type` varchar(255) NOT NULL,
312312
`status` varchar(255) NOT NULL

0 commit comments

Comments
 (0)