Skip to content

Commit

Permalink
Update migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmayer-dev committed Feb 6, 2024
1 parent 14ddb3d commit b9f4bcd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CREATE SCHEMA IF NOT EXISTS updateservice;
ALTER SCHEMA updateservice OWNER TO updateservice;

CREATE SEQUENCE updateservice.version_id_seq START WITH 1 INCREMENT BY 1;
ALTER SEQUENCE updateservice.version_id_seq OWNER TO updateservice;
CREATE TABLE updateservice.version
Expand Down

0 comments on commit b9f4bcd

Please sign in to comment.