Files
threadcount-community/prisma/migrations/20260907190500_request_seq/migration.sql
T
ThreadCount 344b1701dd ThreadCount Community edition
Uniform stock management for healthcare linen rooms. Licensed under the GNU AGPL v3.
2026-09-13 08:54:35 +10:00

4 lines
94 B
SQL

-- AlterTable
ALTER TABLE "Facility" ADD COLUMN "requestSeq" INTEGER NOT NULL DEFAULT 0;