feat(csms): add deployment script and database schema for user authentication
This commit is contained in:
3
apps/csms/drizzle/0001_gorgeous_invisible_woman.sql
Normal file
3
apps/csms/drizzle/0001_gorgeous_invisible_woman.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "user" ADD COLUMN "username" text;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "display_username" text;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD CONSTRAINT "user_username_unique" UNIQUE("username");
|
||||
Reference in New Issue
Block a user