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

4 lines
94 B
SQL

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