Skip to content

Commit

Permalink
[postgres] update schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Nov 12, 2024
1 parent eeeab04 commit 5ea8ab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgresql/initdb.d/01_main.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ VALUES (0, now(), 'Created with version'),
(10, now(), 'Create Inbox user'),
(11, now(), 'Grant select permission to download on dataset_event_log'),
(12, now(), 'Add key hash'),
(13, now(), 'Create API user');
(13, now(), 'Create API user'),
(14, now(), 'Create Auth user');

-- Datasets are used to group files, and permissions are set on the dataset
-- level
Expand Down

0 comments on commit 5ea8ab2

Please sign in to comment.