feat(leases): added in leases and move table to reuseable component
This commit is contained in:
4
migrations/0037_cold_blur.sql
Normal file
4
migrations/0037_cold_blur.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE "leases" ADD COLUMN "add_date" timestamp DEFAULT now();--> statement-breakpoint
|
||||
ALTER TABLE "leases" ADD COLUMN "add_user" text DEFAULT 'LST';--> statement-breakpoint
|
||||
ALTER TABLE "leases" ADD COLUMN "upd_date" timestamp DEFAULT now();--> statement-breakpoint
|
||||
ALTER TABLE "leases" ADD COLUMN "upd_user" text DEFAULT 'LST';
|
||||
1
migrations/0038_secret_luminals.sql
Normal file
1
migrations/0038_secret_luminals.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "leases" ADD CONSTRAINT "leases_lease_number_unique" UNIQUE("lease_number");
|
||||
2208
migrations/meta/0037_snapshot.json
Normal file
2208
migrations/meta/0037_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
2216
migrations/meta/0038_snapshot.json
Normal file
2216
migrations/meta/0038_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -260,6 +260,20 @@
|
||||
"when": 1762112909957,
|
||||
"tag": "0036_sticky_brood",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 37,
|
||||
"version": "7",
|
||||
"when": 1762298425546,
|
||||
"tag": "0037_cold_blur",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 38,
|
||||
"version": "7",
|
||||
"when": 1762298736944,
|
||||
"tag": "0038_secret_luminals",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user