vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

File to clear tables added. #161

Closed Rukmini-Meda closed 4 years ago

Rukmini-Meda commented 4 years ago

Fixes #113

Description:

Checklist:

Screenshots:

Screenshot (172)

Image to delete question_table and statement_table

Screenshot (173)

Image to delete chat_table

Screenshot (174)

Screenshot (175)

Images to delete all tables

Other Information:

I have added the cleardb.py file rectifying the errors in databaseconnect.py file. There were bugs in string formatting which are rectified in this PR.

@vishakha-lall Please review this and let me know for any more improvements or changes.

vishakha-lall commented 4 years ago

@Rukmini-Meda What is the status of this PR?

Rukmini-Meda commented 4 years ago

I am working on the checks. I couldn't complete it yesterday, will make sure to complete it today.

vishakha-lall commented 4 years ago

@Rukmini-Meda all checks have failed. Please check build logs here

Rukmini-Meda commented 4 years ago

Yes, I am checking them.

Rukmini-Meda commented 4 years ago

@vishakha-lall I have made the changes. Please review and merge.