Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #42 from stellar/remove-uniqueness
Browse files Browse the repository at this point in the history
Remove transaction_id unique constraint
  • Loading branch information
nullstyle authored Oct 12, 2016
2 parents 843e485 + a0e7114 commit 54322a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/github.com/stellar/gateway/db/drivers/postgres/bindata.go

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- +migrate Up
CREATE TABLE AuthorizedTransaction (
id bigserial,
transaction_id varchar(64) UNIQUE NOT NULL,
transaction_id varchar(64) NOT NULL,
memo varchar(64) NOT NULL,
transaction_xdr text NOT NULL,
authorized_at timestamp NOT NULL,
Expand Down

0 comments on commit 54322a4

Please sign in to comment.