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 0000000000000000000000000000000000000000..31fd23d1a345196ef2695d03380adbebd5829df7 --- /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