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

Commit

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

0 comments on commit 46eb7d2

Please sign in to comment.