mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
incrementing version
This commit is contained in:
parent
3460f20e40
commit
1a434b0e8d
8 changed files with 14 additions and 14 deletions
|
@ -201,7 +201,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.7.4');
|
||||
INSERT INTO prefix_config VALUES('VERSION', '1.7.5');
|
||||
```
|
||||
|
||||
In **PostgreSQL**, the `data`, `attachment`, `nickname` and `vizhash` columns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue