feat: create a model for subtasks

This commit is contained in:
Matouš Volf
2024-09-08 19:51:52 +02:00
parent e1c553c5f1
commit 6e0826c5ec
11 changed files with 314 additions and 2 deletions

View File

@ -0,0 +1,4 @@
-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS "subtasks";