This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
steleks_backend/events/src/main/resources/data.sql

2 lines
128 B
SQL

INSERT INTO event_type(category, event_description) VALUES ('News', 'Latest information'), ('Events', 'Happenings in Steleks');