mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Update docs
changelog, install and doc folder
This commit is contained in:
parent
b86b04a81a
commit
20a16b0b35
21 changed files with 119 additions and 127 deletions
|
@ -4,7 +4,7 @@ Table addon
|
|||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ------------- | --------------------------------------------- | ---------- | ---- | --- | ------- | --------------- |
|
||||
| id | | int(11) | NO | PRI | NULL | auto_increment |
|
||||
| name | plugin base (file)name | char(255) | NO | | | |
|
||||
| name | addon base (file)name | char(255) | NO | | | |
|
||||
| version | currently unused | char(255) | NO | | | |
|
||||
| installed | currently always 1 | tinyint(1) | NO | | 0 | |
|
||||
| hidden | currently unused | tinyint(1) | NO | | 0 | |
|
||||
|
@ -12,6 +12,6 @@ Table addon
|
|||
| plugin_admin | 1 = has admin config, 0 = has no admin config | tinyint(1) | NO | | 0 | |
|
||||
|
||||
Notes:
|
||||
These are addons which have been enabled by the site administrator on the admin/plugin page
|
||||
These are addons which have been enabled by the site administrator on the admin/addon page
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue