From 262da1e0844f14fc99521d9a6d33ce323ad4013d Mon Sep 17 00:00:00 2001 From: Rabjerg Date: Mon, 14 Sep 2020 13:50:57 +0200 Subject: [PATCH] Update 'README.MD' --- README.MD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index edbab2b..4429633 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,8 @@ 1. start the db with *docker-compose.yml* 2. create the tables and fill them with mock-data using *mockdata.sql* -3. run the script *segfault_python.py* enter any number below 1000 when prompted, **NO padding**. Everything is fine. -4. change the zero-padding of the uid column with *change_zfill.sql* -5. run the script *segfault_python.py*, enter any number below 1000 but **REMEMBER to zero pad to 10 digits**. -6. Watch the world burn. \ No newline at end of file +3. run the script *segfault_python.py* enter any number below 1000 when prompted, **NO padding**. eg. "345" +4. Everything is fine. +5. change the zero-padding of the uid column with *change_zfill.sql* +6. run the script *segfault_python.py*, enter any number below 1000 but **REMEMBER to zero pad to 10 digits** eg. *"0000000345"* . +7. Watch the world burn. \ No newline at end of file