[PR #28] [CLOSED] Change back the type of identity column in virtual_servers to integer #71

Closed
opened 2026-02-27 22:07:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sibprogrammer/owp/pull/28
Author: @mpontes
Created: 4/21/2013
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • e5c8043 Change identity column in virtual_server back to integer.
  • 7b038a8 Needs 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sibprogrammer/owp/pull/28 **Author:** [@mpontes](https://github.com/mpontes) **Created:** 4/21/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e5c8043`](https://github.com/sibprogrammer/owp/commit/e5c804321c6124cad9e567d4e1dbd42f47e5a352) Change identity column in virtual_server back to integer. - [`7b038a8`](https://github.com/sibprogrammer/owp/commit/7b038a856e7912ef3aab0e4d5103781ba23ae3a1) Needs limit => nil to undo the 255 from the varchar. ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `db/migrate/20130421012626_undo_change_identity_type_in_virtual_server.rb` (+9 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:07:29 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/owp#71
No description provided.