Skip to content

Commit

Permalink
Merge pull request #188 from theopensystemslab/oz/rename-district-to-…
Browse files Browse the repository at this point in the history
…region

feat: rename district column to region
  • Loading branch information
zz-hh-aa authored Dec 20, 2024
2 parents 37911a2 + f61cbb9 commit 8514633
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 8514633

Please sign in to comment.