mirror of
https://github.com/friendica/friendica
synced 2025-12-07 07:57:35 +01:00
account expiration structures
This commit is contained in:
parent
8bf6a29d4e
commit
5b3f645939
6 changed files with 16 additions and 6 deletions
|
|
@ -413,6 +413,9 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`pwdreset` char(255) NOT NULL,
|
||||
`maxreq` int(11) NOT NULL DEFAULT '10',
|
||||
`expire` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`account_expired` tinyint( 1 ) NOT NULL DEFAULT '0',
|
||||
`account_expires_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`expire_notification_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`allow_cid` mediumtext NOT NULL,
|
||||
`allow_gid` mediumtext NOT NULL,
|
||||
`deny_cid` mediumtext NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue