mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Prepare remember-me authentication variant
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
CREATE TABLE `rememberme` (
|
||||
`id` varchar(254) not null primary key,
|
||||
`cid` varchar(254) not null,
|
||||
`username` varchar(254) not null,
|
||||
`created` timestamp not null
|
||||
);
|
Reference in New Issue
Block a user