added instance directory, added tests directory, removed markdown_content
This commit is contained in:
5
tests/all_paw_care.sql
Normal file
5
tests/all_paw_care.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS users (
|
||||
id INTEGER PRIMARY KEY,
|
||||
username TEXT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user