Skip to content

Commit

Permalink
Rename column to explicitily state that column is used in pubcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Jan 21, 2025
1 parent de6b045 commit c752e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db/migrate/20250121104357_add_regcode_to_systems.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class AddRegcodeToSystems < ActiveRecord::Migration[6.1]
def up
add_column :systems, :reg_code, :string
add_column :systems, :pubcloud_reg_code, :string
change_column_default :systems, :reg_code, nil
end

def down
remove_column :systems, :reg_code
remove_column :systems, :pubcloud_reg_code
end
end
2 changes: 1 addition & 1 deletion package/obs/rmt-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Tue Jan 21 10:49:54 UTC 2025 - Jesús Bermúdez Velázquez <[email protected]>

- 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 <[email protected]>
Expand Down

0 comments on commit c752e59

Please sign in to comment.