summaryrefslogtreecommitdiffstats
path: root/Database.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-05-21 15:49:05 +0200
committerThomas Lange <code@nerdmind.de>2021-05-21 15:49:05 +0200
commit923a14c764a7f5939f74bd284b7d1f92df781ca2 (patch)
treeb19373dc89f9e1e20cb184cfabf5c770d41c42c9 /Database.md
parentd7fa3b949171785c8efb130cd2e90daf33f02c1a (diff)
downloadwiki-923a14c764a7f5939f74bd284b7d1f92df781ca2.tar.gz
wiki-923a14c764a7f5939f74bd284b7d1f92df781ca2.tar.xz
wiki-923a14c764a7f5939f74bd284b7d1f92df781ca2.zip
Optimize text
Diffstat (limited to 'Database.md')
-rw-r--r--Database.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database.md b/Database.md
index 58d378e..aef3a33 100644
--- a/Database.md
+++ b/Database.md
@@ -37,4 +37,4 @@ In this table are all created user objects stored and will be removed if the adm
* Column `argv`: Contains the optional argument string or is `NULL`
## Why database table prefixes are not supported
-The blogging application does not support the definition of a prefix for the database tables. This is because one database should only contain the data from one application (and if this is the case, prefixes are unnecessary). If multiple applications are sharing the same database and a security vulnerability is discovered in one of those applications, an attacker may be able to manipulate the data from the second application through the security vulnerability in the first application. \ No newline at end of file
+The blogging application does not support the definition of a prefix for the database tables. This is because one database should only contain the data from one application (and if this is the case, prefixes are unnecessary). If multiple applications sharing the same database and a security vulnerability is discovered in one of those applications, an attacker may be able to manipulate the data from the second application through the security vulnerability in the first application. \ No newline at end of file