Skip to content

Commit

Permalink
Merge pull request #3071 from zlamalp/version
Browse files Browse the repository at this point in the history
Updated DB version to match changelog version
  • Loading branch information
zlamalp committed Feb 2, 2021
1 parent 25122f5 commit 4eda6ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perun-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module holds all DB related utilities, which are necessary to install and r
### Supported DB types ###

* ~~Oracle (>11)~~ support for Oracle was dropped in 3.10.0
* Postgres (>9.1)
* Postgres (>=9.5)

> ~~Data in Perun is stored using UTF-8 charset. When using Oracle DB, some columns are limited to 4000 of ASCII characters (1000 with full UTF-8 set).~~
Expand Down
4 changes: 2 additions & 2 deletions perun-db/postgres.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- database version 3.1.73 (don't forget to update insert statement at the end of file)
-- database version 3.1.74 (don't forget to update insert statement at the end of file)

-- VOS - virtual organizations
create table vos (
Expand Down Expand Up @@ -1736,7 +1736,7 @@ grant all on user_ext_source_attr_u_values to perun;
grant all on members_sponsored to perun;

-- set initial Perun DB version
insert into configurations values ('DATABASE VERSION','3.1.73');
insert into configurations values ('DATABASE VERSION','3.1.74');

-- insert membership types
insert into membership_types (id, membership_type, description) values (1, 'DIRECT', 'Member is directly added into group');
Expand Down

0 comments on commit 4eda6ce

Please sign in to comment.