Skip to content

Commit

Permalink
chore: fix dbschema
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 14, 2023
1 parent 66ab99e commit e8b988e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions moksha-mint/migrations/20231213080237_init.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@


CREATE TABLE used_proofs (
amount BIGINT NOT NULL PRIMARY KEY,
secret TEXT NOT NULL,
amount BIGINT NOT NULL,
secret TEXT NOT NULL PRIMARY KEY,
c TEXT NOT NULL,
keyset_id TEXT NOT NULL
);
Expand Down

0 comments on commit e8b988e

Please sign in to comment.