mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +08:00
7 lines
128 B
Ruby
7 lines
128 B
Ruby
# frozen_string_literal: true
|
|
|
|
Sequel.migration do
|
|
change do
|
|
rename_table(:postgres_server, :postgres_resource)
|
|
end
|
|
end
|