feat: add events table to schema and update SQL migration script
This commit is contained in:
1
Backend/drizzle/0001_regular_ulik.sql
Normal file
1
Backend/drizzle/0001_regular_ulik.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "users" ADD COLUMN "password_hash" varchar(255) NOT NULL;
|
||||
Reference in New Issue
Block a user