Files
laca-website/backend/prisma/migrations/20240808190355_update_pricing/migration.sql

6 lines
166 B
SQL

-- AlterTable
ALTER TABLE "Booking" ADD COLUMN "pricing" INTEGER;
-- AlterTable
ALTER TABLE "Slot" ADD COLUMN "pricing_per_hour" INTEGER NOT NULL DEFAULT 0;