Skip to content

Commit

Permalink
Add missing migration to schema
Browse files Browse the repository at this point in the history
Otherwise creating a new database would fail in PostgreSQL (or
specifically, running migrations for it).

Fixes #550
  • Loading branch information
arp242 committed Dec 25, 2021
1 parent 9d60359 commit 2461147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.gotxt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ insert into version values
('2021-04-01-1-store-warn'),
('2021-04-02-1-cluster-paths'),
('2021-04-07-1-billing-anchor'),
('2021-06-27-1-public');
('2021-06-27-1-public'),
('2021-11-15-1-user-role');

-- vim:ft=sql:tw=0

0 comments on commit 2461147

Please sign in to comment.