- Windows 10 Build 18917+ (only as Windows Insider 09/2019)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker-compose -f local.yml run --rm django python manage.py dbshell | |
\l ver databases | |
\dt ver tabelas | |
DROP TABLE "nome_tabela"; | |
Pode ser necessario excluir as migrations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
de | |
a | |
o | |
que | |
e | |
do | |
da | |
em | |
um | |
para |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2018-06-10T22:18:48.508Z","extensionVersion":"v2.9.2"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.blackmoreops.com/2016/10/26/disable-touchscreen-linux/ | |
lsmod | grep touch | |
modinfo hid_multitouch | head | |
modprobe -r hid_multitouch | |
Permanent Mode | |
vi /etc/modprobe.d/hid_multitouch.conf | |
# Use following syntax | |
# blacklist driver-name | |
blacklist hid_multitouch |