adding secret as a primary key in members table
This commit is contained in:
parent
3da6c487df
commit
65ccf70091
@ -6,5 +6,5 @@ CREATE TABLE IF NOT EXISTS `members`(
|
|||||||
`joindate` bigint NOT NULL,
|
`joindate` bigint NOT NULL,
|
||||||
`status` integer NOT NULL,
|
`status` integer NOT NULL,
|
||||||
`permissions` bigint UNSIGNED NOT NULL,
|
`permissions` bigint UNSIGNED NOT NULL,
|
||||||
PRIMARY KEY( `id` )
|
PRIMARY KEY( `id` , `secret` )
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user