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

Commit 06bfa2c

Browse files
Update db_structure.sql
1 parent f194f77 commit 06bfa2c

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
@@ -300,7 +300,7 @@ CREATE TABLE `support` (
300300
`ownerid` varchar(65) DEFAULT NULL
301301
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
302302

303-
CREATE TABLE `token` (
303+
CREATE TABLE `tokens` (
304304
`id` int NOT NULL,
305305
`app` varchar(255) NOT NULL,
306306
`token` varchar(32) NOT NULL,

0 commit comments

Comments
 (0)