Skip to content

Commit d4c9019

Browse files
feat(arcades): expose typed public IDs
1 parent 0638edf commit d4c9019

9 files changed

Lines changed: 3495 additions & 48 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE "arcade"."venues" DROP CONSTRAINT "venues_public_id_check";--> statement-breakpoint
2+
ALTER TABLE "arcade"."installations" ALTER COLUMN "installation_identity_id" SET NOT NULL;--> statement-breakpoint
3+
ALTER TABLE "arcade"."venues" ALTER COLUMN "public_id" SET NOT NULL;--> statement-breakpoint
4+
ALTER TABLE "arcade"."venues" ADD CONSTRAINT "venues_public_id_check" CHECK ("arcade"."venues"."public_id" ~ '^dven_[23456789abcdefghjkmnpqrstvwxyz]{10}$');

0 commit comments

Comments
 (0)