1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-11 19:46:22 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
5249a75fcd Add database structure for audit log for MySQL 2025-05-26 19:41:29 +02:00
e771398527 Drop 'UNSIGNED' for 'FLOAT' in DDL for MySQL 2025-03-17 09:20:37 +01:00
3defd87461 Drop integer display widths in DDL for MySQL 2025-03-16 16:13:36 +01:00
efae015004 Do not use 'IF NOT EXISTS' with 'CREATE TABLE' for MySQL 2025-03-12 15:34:49 +01:00
96b72f0be9 Add MySQL schema for new tables 'users_2fa' and 'users_otps' 2024-04-02 18:57:57 +02:00
ade63d07df Add 'force_logout' column to 'users' table in database schema 2018-03-24 17:49:35 +01:00
30b2f30aec Completely rewrite MySQL schema for table 'users_throttling' 2017-08-07 23:17:12 +02:00
d86d7ffd25 Update MySQL schema to index on 'user_id' in 'users_confirmations' 2017-08-07 19:23:58 +02:00
ec8e9eab4e Update MySQL schema to include 'user_id' in 'users_confirmations' 2017-07-30 19:34:30 +02:00
0e969ccd8d Update MySQL schema to include 'resettable' column in 'users' table 2017-07-30 14:40:11 +02:00
8c2c32f9dc Update MySQL schema to include 'roles_mask' column in 'users' table 2017-07-29 17:50:43 +02:00
d9dccf8100 Add 'status' column to 'users' table 2017-02-25 18:13:55 +01:00
e0b69ee33c Update database schema 2016-08-20 20:51:38 +02:00
227c37e2b5 Update MySQL database schema to ensure full Unicode support 2016-02-24 00:59:50 +01:00
2f8aaec42a Remove unnecessary code from MySQL data structure file 2016-02-22 18:53:52 +01:00
4b1df6e291 Initial commit 2015-10-20 14:26:38 +02:00