commit message from python script

This commit is contained in:
2023-10-17 16:12:47 +02:00
parent 2a2081829f
commit a8934a6549
5 changed files with 73 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS eggs(
cooler_typ TEXT,
cooler_typ TEXT PRIMARY KEY,
glückszahl INTEGER
);