mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
feature #487: Keep key length short enough to fit in MySQL defaults
This commit is contained in:
parent
961820cf33
commit
4d03fcc022
@ -74,7 +74,7 @@ const char * VirtualNetwork::table = "network_pool";
|
||||
const char * VirtualNetwork::db_names = "oid, name, body, uid, public";
|
||||
|
||||
const char * VirtualNetwork::db_bootstrap = "CREATE TABLE IF NOT EXISTS"
|
||||
" network_pool (oid INTEGER PRIMARY KEY, name VARCHAR(256),"
|
||||
" network_pool (oid INTEGER PRIMARY KEY, name VARCHAR(128),"
|
||||
" body TEXT, uid INTEGER, public INTEGER, UNIQUE(name,uid))";
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user