mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 07:25:53 +03:00
[PR #28] [CLOSED] Change back the type of identity column in virtual_servers to integer #71
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sibprogrammer/owp/pull/28
Author: @mpontes
Created: 4/21/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
e5c8043Change identity column in virtual_server back to integer.7b038a8Needs limit => nil to undo the 255 from the varchar.📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
➕
db/migrate/20130421012626_undo_change_identity_type_in_virtual_server.rb(+9 -0)📄 Description
Having it as a string breaks ordering in the GUI + calculation of the next VEID when creating a new container.
Issue was reported here: https://code.google.com/p/ovz-web-panel/issues/detail?id=504
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.