init.sql gelöscht

This commit is contained in:
Steev 2025-01-16 01:32:49 +01:00
parent a88c9e5ff7
commit f1ff69bef8

View File

@ -1,5 +0,0 @@
CREATE TABLE IF NOT EXISTS scoreboard (
score INTEGER NOT NULL,
name VARCHAR(255) NOT NULL,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);