Skip to content

Commit

Permalink
reset db (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmorris authored Jul 22, 2024
1 parent cc14054 commit cca3365
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ CREATE TABLE "Card" (
"scryfall_id" TEXT NOT NULL,
"scryfall_uri" TEXT NOT NULL,
"image_status" TEXT NOT NULL,
"image_uris" TEXT,
"card_faces" TEXT,
"all_parts" TEXT,
"image_uris" JSONB,
"card_faces" JSONB,
"all_parts" JSONB,
"layout" TEXT NOT NULL,

CONSTRAINT "Card_pkey" PRIMARY KEY ("id")
Expand Down
2 changes: 1 addition & 1 deletion prisma/migrations/migration_lock.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (i.e. Git)
provider = "postgresql"
provider = "postgresql"

0 comments on commit cca3365

Please sign in to comment.