Skip to content

Commit

Permalink
feat: rename district column to region
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Dec 18, 2024
1 parent 92006d4 commit f61cbb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "itl_lookup" RENAME COLUMN "district" TO "region";
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ model HPI {

model ItlLookup {
postcode String
district String
region String
areacode String
itl3 String
id Int @id @default(autoincrement())
Expand Down

0 comments on commit f61cbb9

Please sign in to comment.