mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-02 13:03:34 +00:00
3 lines
85 B
SQL
3 lines
85 B
SQL
-- RenameIndex
|
|
ALTER INDEX "hosts_hostname_key" RENAME TO "hosts_friendly_name_key";
|