mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
3 lines
86 B
SQL
3 lines
86 B
SQL
-- AlterTable
|
|
ALTER TABLE "user" ADD COLUMN "role" TEXT NOT NULL DEFAULT 'agent';
|