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

Commit d1037c2

Browse files
Set status to Not Used
1 parent 46eb7d2 commit d1037c2

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
@@ -309,7 +309,7 @@ CREATE TABLE `tokens` (
309309
`reason` varchar(255) NOT NULL DEFAULT 'Token is banned',
310310
`hash` varchar(255) DEFAULT NULL,
311311
`type` varchar(255) NOT NULL,
312-
`status` varchar(255) NOT NULL
312+
`status` varchar(255) NOT NULL DEFAULT 'Not Used'
313313
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
314314

315315
CREATE TABLE `users` (

0 commit comments

Comments
 (0)