feat: create a model for subtasks

This commit is contained in:
2024-09-08 19:51:52 +02:00
parent 1be1e8f65a
commit a5a67792d7
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";