diff --git a/db/migrate/20250121104357_add_regcode_to_systems.rb b/db/migrate/20250121104357_add_regcode_to_systems.rb index e46978784..8461bbe51 100644 --- a/db/migrate/20250121104357_add_regcode_to_systems.rb +++ b/db/migrate/20250121104357_add_regcode_to_systems.rb @@ -1,10 +1,10 @@ class AddRegcodeToSystems < ActiveRecord::Migration[6.1] def up - add_column :systems, :reg_code, :string - change_column_default :systems, :reg_code, nil + add_column :systems, :pubcloud_reg_code, :string + change_column_default :systems, :pubcloud_reg_code, nil end def down - remove_column :systems, :reg_code + remove_column :systems, :pubcloud_reg_code end end diff --git a/package/obs/rmt-server.changes b/package/obs/rmt-server.changes index 78a6a248d..fc72bc88f 100644 --- a/package/obs/rmt-server.changes +++ b/package/obs/rmt-server.changes @@ -3,7 +3,7 @@ Tue Jan 21 10:49:54 UTC 2025 - Jesús Bermúdez Velázquez - Version 2.22 * rmt-server-pubcloud: - * Add reg_code column to systems table + * Add pubcloud_reg_code column to systems table ------------------------------------------------------------------- Fri Jan 03 10:44:00 UTC 2025 - Luís Caparroz