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

Commit

Permalink
Set status to Not Used
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Networking committed Dec 29, 2023
1 parent 46eb7d2 commit d1037c2
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 @@ -309,7 +309,7 @@ CREATE TABLE `tokens` (
`reason` varchar(255) NOT NULL DEFAULT 'Token is banned',
`hash` varchar(255) DEFAULT NULL,
`type` varchar(255) NOT NULL,
`status` varchar(255) NOT NULL
`status` varchar(255) NOT NULL DEFAULT 'Not Used'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

CREATE TABLE `users` (
Expand Down

0 comments on commit d1037c2

Please sign in to comment.