mirror of
https://github.com/Soulful-Sailer/Event-Tracker.git
synced 2026-03-29 16:16:46 -05:00
added additional psql instructions
This commit is contained in:
@@ -22,6 +22,11 @@ CREATE TABLE events (
|
|||||||
description text
|
description text
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
Then create the section entries:
|
||||||
|
```sql
|
||||||
|
INSERT INTO sections (name) VALUES ('accepted');
|
||||||
|
INSERT INTO sections (name) VALUES ('proposed');
|
||||||
|
```
|
||||||
```sh
|
```sh
|
||||||
cd /opt
|
cd /opt
|
||||||
git clone https://github.com/Soulful-Sailer/Event-Tracker/
|
git clone https://github.com/Soulful-Sailer/Event-Tracker/
|
||||||
|
|||||||
Reference in New Issue
Block a user