fix structure

This commit is contained in:
Jannis 2025-02-19 19:54:56 +01:00
parent 3cc4ae5699
commit a7e1a41de4
31 changed files with 102 additions and 13 deletions

3
KN03/delete_data_1.js Normal file
View file

@ -0,0 +1,3 @@
db.spieler.drop();
db.spiele.drop();
db.achievements.drop();