Files
GearBox/drizzle-pg/0009_spotty_lord_tyger.sql
Jean-Luc Makiola 23cdb25063 feat(36-01): add isAdmin column to users table schema and generate migration
- Add isAdmin boolean(is_admin) NOT NULL DEFAULT false to users table
- Generate migration 0009_spotty_lord_tyger.sql
- NOTE: db:push requires DATABASE_URL with correct credentials to apply
2026-04-19 20:46:51 +02:00

1 line
73 B
SQL

ALTER TABLE "users" ADD COLUMN "is_admin" boolean DEFAULT false NOT NULL;