mirror of
https://github.com/Soulful-Sailer/Event-Tracker.git
synced 2026-03-30 00:26:46 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8de2a3a99d |
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user