lxd-dashboard
lxd-dashboard copied to clipboard
Fix some MySQL queries
AUTOINCREMENT should be AUTO_INCREMENT in MySQL
datetime('now')) doesn't exist in MySQL, use DATE(NOW())
Great catch. I will plan on merging this in the next release. Thanks!