lxdware / lxd-dashboard

This LXD dashboard is a web-based user interface (GUI) for managing containers and virtual machines through LXD
https://lxdware.com
GNU Affero General Public License v3.0
317 stars 37 forks source link

Fix some MySQL queries #42

Closed kay0u closed 2 years ago

kay0u commented 2 years ago

AUTOINCREMENT should be AUTO_INCREMENT in MySQL

datetime('now')) doesn't exist in MySQL, use DATE(NOW())

matthewalanpenning commented 2 years ago

Great catch. I will plan on merging this in the next release. Thanks!