From 54cc88d12a18c2af47039a0cc4aa880c878446df Mon Sep 17 00:00:00 2001 From: Rabjerg Date: Mon, 14 Sep 2020 12:11:47 +0200 Subject: [PATCH] Update 'README.MD' --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index d67d6bb..224346b 100644 --- a/README.MD +++ b/README.MD @@ -3,8 +3,12 @@ ## Usage start the db with docker-compose.yml + create the tables and fill them with mock-data using mockdata.sql + run the script segfault_python.py and see how everything is fine. + change the zero-padding of the uid column with change_zfill.sql + run the script segfault_python.py and watch the world burn.