mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
[Database] Version 1333
- Exchange profile.pdesc for profile.about
This commit is contained in:
parent
7180fa18dd
commit
da09215db8
3 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ Table profile
|
|||
| is-default | Mark this profile as default profile | tinyint(1) | NO | | 0 | |
|
||||
| hide-friends | Hide friend list from viewers of this profile | tinyint(1) | NO | | 0 | |
|
||||
| name | | varchar(255) | NO | | | |
|
||||
| pdesc | Title or description | varchar(255) | NO | | | |
|
||||
| pdesc | Deprecated | varchar(255) | NO | | | |
|
||||
| dob | Day of birth | varchar(32) | NO | | 0001-01-01 | |
|
||||
| address | | varchar(255) | NO | | | |
|
||||
| locality | | varchar(255) | NO | | | |
|
||||
|
@ -28,7 +28,7 @@ Table profile
|
|||
| prv_keywords | | text | NO | | NULL | |
|
||||
| likes | Deprecated | text | NO | | NULL | |
|
||||
| dislikes | Deprecated | text | NO | | NULL | |
|
||||
| about | Deprecated | text | NO | | NULL | |
|
||||
| about | Profile description | text | NO | | | |
|
||||
| summary | Deprecated | varchar(255) | NO | | | |
|
||||
| music | Deprecated | text | NO | | NULL | |
|
||||
| book | Deprecated | text | NO | | NULL | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue