Add data sql for events

This commit is contained in:
esensar 2018-09-17 22:33:14 +02:00
parent 63bb3473c6
commit ff08c37965

View file

@ -0,0 +1 @@
INSERT INTO event_type(category, event_description) VALUES ('News', 'Latest information'), ('Events', 'Happenings in Steleks');