incrementing version number in preparation of release

This commit is contained in:
El RIDO
2019-09-22 19:42:04 +02:00
parent ced5f30280
commit 2d4edfe401
30 changed files with 32 additions and 31 deletions

View File

@@ -165,7 +165,7 @@ CREATE INDEX parent ON prefix_comment(pasteid);
CREATE TABLE prefix_config (
id CHAR(16) NOT NULL, value TEXT, PRIMARY KEY (id)
);
INSERT INTO prefix_config VALUES('VERSION', '1.3');
INSERT INTO prefix_config VALUES('VERSION', '1.3.1');
```
In **PostgreSQL**, the data, attachment, nickname and vizhash columns needs to be TEXT and not BLOB or MEDIUMBLOB.