Update 'README.MD'
This commit is contained in:
17
README.MD
17
README.MD
@@ -1,14 +1,9 @@
|
||||
# Header
|
||||
|
||||
## 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.
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user