Move inline comment

This commit is contained in:
Aleksander Machniak
2023-04-01 08:52:42 +02:00
parent 0c8dc088fc
commit 10fc5237b1

View File

@@ -1,4 +1,5 @@
ALTER TABLE `dictionary` ADD COLUMN `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST; -- redundant, for compat. with Galera Cluster
-- redundant column, for compat. with Galera Cluster
ALTER TABLE `dictionary` ADD COLUMN `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST;
DROP TABLE `cache`;
DROP TABLE `cache_shared`;