Skip to content

Commit 328fea7

Browse files
authored
Merge pull request #111 from MatheusAFD/fix/109
Fix/109
2 parents 06dcc9f + 9a45c9a commit 328fea7

File tree

12 files changed

+841
-24
lines changed

12 files changed

+841
-24
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "units" ALTER COLUMN "zipcode" SET DATA TYPE varchar(8);--> statement-breakpoint
2+
ALTER TABLE "employees" ADD COLUMN "unit_id" varchar NOT NULL;--> statement-breakpoint
3+
ALTER TABLE "units" ADD COLUMN "neighborhood" text NOT NULL;

0 commit comments

Comments
 (0)