Update Tree.sql

This commit is contained in:
DoubleRepo
2017-12-27 15:32:20 +01:00
committed by GitHub
parent 50a1d501e8
commit d3aa2ae088

View File

@ -31,7 +31,7 @@ ALTER TABLE `tree`
-- AUTO_INCREMENT `tree`
--
ALTER TABLE `tree`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
SET FOREIGN_KEY_CHECKS=1;
COMMIT;