Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update db_structure.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Networking authored Dec 19, 2023
1 parent c5b9cc6 commit 2a607b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ CREATE TABLE `tokens` (
`token` varchar(32) NOT NULL,
`assigned` varchar(255) NOT NULL,
`banned` int NOT NULL DEFAULT '0',
`reason` varchar(255) NOT NULL,
`reason` varchar(255) NOT NULL DEFAULT 'Token is banned',
`hash` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`status` varchar(255) NOT NULL
Expand Down

0 comments on commit 2a607b9

Please sign in to comment.