mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 05:05:17 +02:00
Add user first and last name fields to signup form
This commit is contained in:
parent
372db59211
commit
ba6a5283fe
12 changed files with 273 additions and 10 deletions
2
migrations/0007_nervous_scalphunter.sql
Normal file
2
migrations/0007_nervous_scalphunter.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "user" ADD COLUMN "first_name" text NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "last_name" text NOT NULL;
|
Loading…
Add table
Add a link
Reference in a new issue