mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-23 07:42:05 +00:00
3 lines
85 B
SQL
3 lines
85 B
SQL
-- RenameIndex
|
|
ALTER INDEX "hosts_hostname_key" RENAME TO "hosts_friendly_name_key";
|