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_status text DEFAULT 'running' NOT NULL;