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