-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename column to explicitily state that column is used in pubcloud
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|