Change remember me tokens to a many:many table to allow for multiple devices to be remembered.

This commit is contained in:
o-psi
2024-02-22 17:45:09 +00:00
parent 4fddeb88b7
commit c2cf0bb448
4 changed files with 38 additions and 8 deletions

View File

@@ -5,5 +5,5 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "1.0.6");
DEFINE("LATEST_DATABASE_VERSION", "1.0.7");