From 8de2a3a99d7f299eedbb13273888b3472dd173e2 Mon Sep 17 00:00:00 2001 From: Soulful Sailer Date: Wed, 4 Mar 2026 22:51:44 -0600 Subject: [PATCH] added additional psql instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1dddcce..50c070b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ CREATE TABLE events ( description text ); ``` +Then create the section entries: +```sql +INSERT INTO sections (name) VALUES ('accepted'); +INSERT INTO sections (name) VALUES ('proposed'); +``` ```sh cd /opt git clone https://github.com/Soulful-Sailer/Event-Tracker/