source: ComponentRegistry/trunk/ComponentRegistry/src/main/sql/upgrade-1.10.sql @ 1602

Last change on this file since 1602 was 1602, checked in by twagoo, 13 years ago

Added column 'show_in_editor' to profile descriptions table in database, and changed business objects and dao's as well as tests where applicable. See #160.

File size: 303 bytes
Line 
1---
2--- This scripts adds columns to the database that are required for
3--- the component registry REST service versions 1.10 and up.
4---
5--- Apply only when upgrading from an existing version lower than 1.10
6---
7
8alter table profile_description add column show_in_editor boolean DEFAULT true NOT NULL;
Note: See TracBrowser for help on using the repository browser.