Repo Cleanup

This commit is contained in:
2024-09-14 12:04:33 +02:00
parent 23fffe134c
commit c99115b886
7 changed files with 19 additions and 61 deletions

View File

@@ -1,5 +0,0 @@
create table if not exists players
(
id integer primary key not null,
name text not null
)