commit message from python script

This commit is contained in:
2023-08-18 20:00:01 +02:00
parent 4ada02f510
commit 559721aaf5
4 changed files with 25 additions and 11 deletions

5
my_movies/create_db.sql Normal file
View File

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