From 29f86d82c7f84033f95db3403ccbb2c7c23da335 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Thu, 2 Oct 2025 13:56:26 +0200 Subject: [PATCH] Mass add discounts (#508) * Prepare mass add of discount * Bump revision prior release --- migrations/000.579.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.579.sql diff --git a/migrations/000.579.sql b/migrations/000.579.sql new file mode 100644 index 0000000..0e48784 --- /dev/null +++ b/migrations/000.579.sql @@ -0,0 +1,2 @@ +ALTER TABLE discount_codes + ADD COLUMN IF NOT EXISTS "batch_id" UUID DEFAULT NULL;