mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
incrementing version
This commit is contained in:
parent
1842d356e5
commit
d5cd6741c5
8 changed files with 13 additions and 10 deletions
|
|
@ -200,7 +200,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.7');
|
||||
INSERT INTO prefix_config VALUES('VERSION', '1.7.8');
|
||||
```
|
||||
|
||||
In **PostgreSQL**, the `data`, `attachment`, `nickname` and `vizhash` columns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue