tisboyo / Twitch_Bot

4 stars 2 forks source link

Rename columns in settings table #79

Closed tisboyo closed 3 years ago

tisboyo commented 3 years ago

Key and Value are both reserved words in mysql, rename them to prevent problems.

tisboyo commented 3 years ago

Sample code https://www.programcreek.com/python/?code=chainer%2Fchainerui%2Fchainerui-master%2Fchainerui%2Fmigration%2Fversions%2Fe3db52a480f8_alter_log_data_type.py

tisboyo commented 3 years ago

May revisit this in the future, may not. For now going to leave it as is for lack of a better idea to name them.