linux server in production now online

This commit is contained in:
ErikasKontenis
2020-01-05 19:33:21 +02:00
parent b147aa2590
commit 5260e41d84
8 changed files with 66 additions and 20 deletions

View File

@@ -1498,6 +1498,12 @@ ALTER TABLE `tile_store`
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `accounts`
--
ALTER TABLE `accounts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `account_ban_history`
--