mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
incrementing version
This commit is contained in:
parent
b793945c24
commit
89e80d419d
6 changed files with 8 additions and 8 deletions
|
|
@ -206,7 +206,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', '2.0.3');
|
||||
INSERT INTO prefix_config VALUES('VERSION', '2.0.4');
|
||||
```
|
||||
|
||||
In **PostgreSQL**, the `data`, `attachment`, `nickname` and `vizhash` columns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue