mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
Added auth!
This commit is contained in:
parent
3fd6d021f7
commit
372db59211
18 changed files with 1887 additions and 20 deletions
2
migrations/0005_glamorous_pixie.sql
Normal file
2
migrations/0005_glamorous_pixie.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "user" ADD COLUMN "username" text NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "hashed_password" text NOT NULL;
|
Loading…
Add table
Add a link
Reference in a new issue