Skip to content
Snippets Groups Projects
Commit 59c51d5c authored by Sabine Schröder's avatar Sabine Schröder
Browse files

#3: typo in update script; forgot to increment default version

parent 0480a6bd
No related branches found
No related tags found
No related merge requests found
Pipeline #50553 passed
......@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS AK_vocabulary (
enum_display_str character varying(128) NOT NULL,
PRIMARY KEY(enum_val, enum_str),
CONSTRAINT ak_enum_val_unique UNIQUE (enum_val)
;
);
INSERT INTO AK_vocabulary (enum_val, enum_str, enum_display_str) VALUES
(0, 'User', 'user comment'),
......
# toar_controlled_vocabulary extension
comment = 'TOAR controlled vocabulary'
default_version = '0.2'
default_version = '0.2.5'
module_pathname = '$libdir/toar_controlled_vocabulary-0.2'
relocatable = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment