added instance directory, added tests directory, removed markdown_content

This commit is contained in:
2023-12-27 16:40:47 -05:00
parent 4fca9b53d3
commit 368f6b645b
33 changed files with 10 additions and 321 deletions

5
tests/all_paw_care.sql Normal file
View File

@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS users (
id INTEGER PRIMARY KEY,
username TEXT NOT NULL
);