No description
|
Some checks failed
Tests / test (push) Has been cancelled
- Create sp_insert_task to auto-promote parents to groups - Update Query::insert() to use sp - Add group to Validate::taskType() ADD notes column to task table - Can't believe i forgot this! |
||
|---|---|---|
| .forgejo/workflows | ||
| .github/workflows | ||
| config | ||
| database | ||
| docs | ||
| frontend | ||
| public | ||
| tests | ||
| tools | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| env.example | ||
| phpunit.xml | ||
| README.md | ||
| routertest.php | ||
| routes.md | ||
| routetester.php | ||
setup:
CREATE DATABASE todolist_v2 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'todolist_user'@'localhost' IDENTIFIED BY 'your_password';
GRANT ALL PRIVILEGES ON todolist_v2.* TO 'todolist_user'@'localhost';
FLUSH PRIVILEGES;
mariadb -u x02D0 -p x02D0 < database/001_create_users.sql