Skip to content

Commit b682d70

Browse files
committed
feat: [#232] add MySQL slice specification for release and run commands
- Add comprehensive specification for MySQL database option - Enable conditional MySQL service in docker-compose stack - Maintain backward compatibility with SQLite as default - Add VARCHAR to project dictionary for SQL schema documentation - Update EPIC with task 3.2.3 progress tracking Issue: #232 Parent Epic: #216
1 parent de2ae26 commit b682d70

File tree

3 files changed

+412
-2
lines changed

3 files changed

+412
-2
lines changed

docs/issues/216-epic-release-and-run-commands.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,18 @@ Slices will be implemented sequentially, each delivering a working deployment:
4141
- Validate full pipeline: release → run → verify container running
4242
- **Specification**: [docs/issues/217-demo-slice-release-run-commands.md](217-demo-slice-release-run-commands.md)
4343

44-
- [ ] **3.2.2** Torrust Tracker slice - #220
44+
- [x] **3.2.2** Torrust Tracker slice - #220
4545

4646
- Replace nginx demo with Torrust Tracker service
4747
- Add tracker configuration template (start with hardcoded defaults)
4848
- Progressively expose configuration options to environment config
4949
- **Specification**: [docs/issues/220-tracker-slice-release-run-commands.md](220-tracker-slice-release-run-commands.md)
5050

51-
- [ ] **3.2.3** MySQL slice
51+
- [ ] **3.2.3** MySQL slice - #232
5252

5353
- Add MySQL service to docker-compose stack
5454
- Allow user to choose between SQLite and MySQL in environment config
55+
- **Specification**: [docs/issues/232-mysql-slice-release-run-commands.md](232-mysql-slice-release-run-commands.md)
5556

5657
- [ ] **3.2.4** Prometheus slice
5758

0 commit comments

Comments
 (0)