Skip to content

Commit

Permalink
fix(sql): Add file to update 0.4 to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mickjol committed Feb 2, 2018
1 parent ee3f4d7 commit 022959a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/update/0.4-0.5.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DO $$
BEGIN
RAISE NOTICE 'Update to version 0.5';
END;
$$

0 comments on commit 022959a

Please sign in to comment.