metaconfig=# alter table confignode drop install_status; metaconfig=# alter table confignode drop COLUMN inet_address; metaconfig=# alter table confignode drop COLUMN mac_address ; metaconfig=# alter table resourcenode ADD install_state text DEFAULT 'running' NOT NULL;