1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Feature #523: Small bug introduced in ff73aefc6f46a8713b9ad771bd40cd1fe898f3ee

This commit is contained in:
Carlos Martín 2011-04-04 16:34:20 +02:00
parent 65ee2e30be
commit 1cf8be6480

View File

@ -70,7 +70,7 @@ VirtualNetwork::~VirtualNetwork()
const char * VirtualNetwork::table = "network_pool";
const char * VirtualNetwork::db_names = "oid, name, body, uid";
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),"