feat: db migration for workouts. still in progress

This commit is contained in:
2026-08-27 20:17:06 +02:00
parent 8eb70a9a63
commit e8405e31a8
2 changed files with 48 additions and 0 deletions
@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS template_exercises;
DROP TABLE IF EXISTS templates;
DROP TABLE IF EXISTS exercises;