Files
AdventureLog/migrations/0005_glamorous_pixie.sql
Sean Morley 372db59211 Added auth!
2024-04-03 00:51:12 +00:00

2 lines
142 B
SQL

ALTER TABLE "user" ADD COLUMN "username" text NOT NULL;--> statement-breakpoint
ALTER TABLE "user" ADD COLUMN "hashed_password" text NOT NULL;