Skip to content
Snippets Groups Projects
Commit ca3cf87c authored by buczekp's avatar buczekp
Browse files

[LMA-1716] don't insert 'STANDARD' dss when creating new db

SVN: 17729
parent c08a0506
No related branches found
No related tags found
No related merge requests found
...@@ -12,26 +12,6 @@ INSERT INTO database_instances( ...@@ -12,26 +12,6 @@ INSERT INTO database_instances(
, 'SYSTEM_DEFAULT' , 'SYSTEM_DEFAULT'
, 'T'); , 'T');
----------------------------------------------------------------------
-- Purpose: Insert an initial data set into the table DATA_STORES
----------------------------------------------------------------------
insert into data_stores
(id
,code
,download_url
,remote_url
,session_token
,dbin_id)
values
(nextval('DATA_STORE_ID_SEQ')
,'STANDARD'
,''
,''
,''
,(select id from database_instances where code = 'SYSTEM_DEFAULT')
);
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- Purpose: Insert an initial data set into the table PERSONS -- Purpose: Insert an initial data set into the table PERSONS
----------------------------------------------------------------------- -----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment