First commit

This commit is contained in:
2025-05-12 10:58:23 +02:00
commit 244eb6e099
6 changed files with 210 additions and 0 deletions

5
db/drop.sql Normal file
View File

@@ -0,0 +1,5 @@
drop view dailylift;
drop table training;
drop table shorthand;
drop table exercise;
drop table account;