From c4f065f8419698c879faea5ec8788f77caaeb320 Mon Sep 17 00:00:00 2001
From: Alexander Osipov <a.osipov4@g.nsu.ru>
Date: Tue, 8 Apr 2025 20:22:56 +0700
Subject: [PATCH] =?UTF-8?q?TAGGY-87=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?=
 =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=B5=D0=BF=D0=B0=D1=80=D0=B0=D1=82=20?=
 =?UTF-8?q?=D0=91=D0=B0=D1=80=D1=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../resources/db/migration/2.1.0/V87__add_bars_medicine.sql  | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 src/main/resources/db/migration/2.1.0/V87__add_bars_medicine.sql

diff --git a/src/main/resources/db/migration/2.1.0/V87__add_bars_medicine.sql b/src/main/resources/db/migration/2.1.0/V87__add_bars_medicine.sql
new file mode 100644
index 0000000..31fd23d
--- /dev/null
+++ b/src/main/resources/db/migration/2.1.0/V87__add_bars_medicine.sql
@@ -0,0 +1,5 @@
+INSERT INTO medications
+    (name, treatment_property_id, num_period, period_type)
+VALUES
+    ('Барс', '0', '28', 'DAYS')
+ON CONFLICT DO NOTHING;
\ No newline at end of file
-- 
GitLab