Skip to content

Commit

Permalink
fix: remove unique index on column
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann authored Sep 4, 2024
1 parent 65663da commit 891cabd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ create_table("saml_certificates") {
t.Timestamps()

t.PrimaryKey("id")
t.Index("cert_data", {"unique": "true"})
}

0 comments on commit 891cabd

Please sign in to comment.