Add note about PostgreSQL

see https://github.com/PrivateBin/PrivateBin/issues/227
This commit is contained in:
rugk
2017-05-04 16:49:16 +02:00
parent af595ed96d
commit 0ae952e63f
3 changed files with 5 additions and 0 deletions

View File

@@ -149,3 +149,6 @@ CREATE TABLE prefix_config (
);
INSERT INTO prefix_config VALUES('VERSION', '1.1');
```
In PostgreSQL the attachment column needs to be TEXT and not BLOB or MEDIUMBLOB.