添加项目文件。
This commit is contained in:
BIN
Data/config.db
Normal file
BIN
Data/config.db
Normal file
Binary file not shown.
26
Data/databases.md
Normal file
26
Data/databases.md
Normal file
@@ -0,0 +1,26 @@
|
||||
## Config.db
|
||||
The configuration for the site. Such as site name, email setup, customizations, etc.
|
||||
|
||||
## DeletedPageRevisions.db
|
||||
When page revisions are deleted, they are moved to this database.
|
||||
|
||||
## DeletedPages.db
|
||||
When entire pages are deleted, they are moved to this database along with all of their file attachments.
|
||||
|
||||
## Emoji.db
|
||||
Contains all emoji image binaries and their tags.
|
||||
|
||||
## Exceptions.db
|
||||
Contains site exceptions.
|
||||
|
||||
## Pages.db
|
||||
Contains site pages, their file attachments, tags, processing instructions and search tokens.
|
||||
|
||||
## Statistics.db
|
||||
When enabled, contains the wiki compilation statistics.
|
||||
|
||||
## Users.db
|
||||
Contains user accounts and profiles, this is for local login and 3rd party authentication providers.
|
||||
|
||||
## Words.db
|
||||
Contains a list of words than can be used for generating random strings (such as user profile names).
|
||||
BIN
Data/deletedpagerevisions.db
Normal file
BIN
Data/deletedpagerevisions.db
Normal file
Binary file not shown.
BIN
Data/deletedpages.db
Normal file
BIN
Data/deletedpages.db
Normal file
Binary file not shown.
BIN
Data/emoji.db
Normal file
BIN
Data/emoji.db
Normal file
Binary file not shown.
BIN
Data/exceptions.db
Normal file
BIN
Data/exceptions.db
Normal file
Binary file not shown.
BIN
Data/pages.db
Normal file
BIN
Data/pages.db
Normal file
Binary file not shown.
BIN
Data/statistics.db
Normal file
BIN
Data/statistics.db
Normal file
Binary file not shown.
BIN
Data/users.db
Normal file
BIN
Data/users.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user