Skip to content

Commit

Permalink
Merge pull request #37 from Overmuse/SR/remove_primary_key_reliance
Browse files Browse the repository at this point in the history
SR/remove primary key reliance
  • Loading branch information
SebRollen authored Jul 8, 2021
2 parents 8abe259 + 6b30712 commit 59aee1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "order-manager"
version = "6.1.2"
version = "6.1.3"
authors = ["Sebastian Rollen <seb@overmu.se>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion migrations/V6__add_id_column_to_allocations.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE allocations ADD COLUMN id UUID PRIMARY KEY;
ALTER TABLE allocations ADD COLUMN id UUID;

0 comments on commit 59aee1a

Please sign in to comment.