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

Commit 46eb7d2

Browse files
Set hash to null
1 parent 2a607b9 commit 46eb7d2

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
@@ -307,7 +307,7 @@ CREATE TABLE `tokens` (
307307
`assigned` varchar(255) NOT NULL,
308308
`banned` int NOT NULL DEFAULT '0',
309309
`reason` varchar(255) NOT NULL DEFAULT 'Token is banned',
310-
`hash` varchar(255) NOT NULL,
310+
`hash` varchar(255) DEFAULT NULL,
311311
`type` varchar(255) NOT NULL,
312312
`status` varchar(255) NOT NULL
313313
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

0 commit comments

Comments
 (0)