git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@50874 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
alter table GTT_INTERRUPTIONS add contract_number varchar2(30) not null;
|
||||
alter table GTT_INTERRUPTIONS
|
||||
drop constraint GTIN_PK cascade;
|
||||
alter table GTT_INTERRUPTIONS
|
||||
add constraint GTIN_PK primary key (GAS_YEAR, CUSTOMER_NAME, CONTRACT_NUMBER, CATEGORY_NAME, NETWORK_POINT);
|
||||
|
||||
insert into SPREADSHEET_TEMPLATE_VALUES (sptv_id, name, spte_id, x_axis, y_axis, cell_value, x_range, y_range, cell_datatype, cell_format_mask, cell_border, cell_background, cell_merge, cell_font, cell_fontsize, cell_align, created_by, created_on, col_width, row_height, cell_wrap)
|
||||
values (764, 'cell?', 90, 'B', 5, 'Szerzod<EFBFBD>s', 1, 1, null, null, null, null, null, null, null, 'RIGHT', 'SYSTEM', to_date('28-10-2010 10:31:40', 'dd-mm-yyyy hh24:mi:ss'), 6363, 255, null);
|
||||
insert into SPREADSHEET_TEMPLATE_VALUES (sptv_id, name, spte_id, x_axis, y_axis, cell_value, x_range, y_range, cell_datatype, cell_format_mask, cell_border, cell_background, cell_merge, cell_font, cell_fontsize, cell_align, created_by, created_on, col_width, row_height, cell_wrap)
|
||||
values (765, 'cell?', 90, 'C', 5, '{CONTRACT_NAME}', 1, 1, null, null, null, null, null, null, null, null, 'SYSTEM', to_date('28-10-2010 10:31:40', 'dd-mm-yyyy hh24:mi:ss'), 5741, 255, null);
|
||||
|
||||
Reference in New Issue
Block a user