mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:50:10 +00:00
more tag infrastructure
This commit is contained in:
parent
48ee3fa3b9
commit
672ecc7f7d
7 changed files with 8 additions and 2 deletions
|
@ -407,6 +407,7 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`blocked` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`blockwall` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`hidewall` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`blocktags` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
`notify-flags` int(11) unsigned NOT NULL DEFAULT '65535',
|
||||
`page-flags` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`prvnets` tinyint(1) NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue