Skip to content

Commit

Permalink
align db2 license in db2graph sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ibm committed Jun 29, 2020
1 parent 89c5385 commit 6729642
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions db2_graph/data/01_createTables.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- -- #----------------------------------------------------------------------------------------------#
-- # NAME: 01_createTables.sql #
-- #----------------------------------------------------------------------------------------------#
-- # NAME: 01_createTables.sql #
-- # #
-- #----------------------------------------------------------------------------------------------#
-- # DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY #
Expand All @@ -24,6 +24,7 @@
-- # damages you suffer as a result of using, copying, modifying or distributing the Sample, #
-- # even if IBM has been advised of the possibility of such damages. #
-- #----------------------------------------------------------------------------------------------#

------------------------------------------------
-- DDL Statements for Table "DEMO "."PATIENT"
------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions db2_graph/data/02_import.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- -- #----------------------------------------------------------------------------------------------#
-- # NAME: 02_import.sql #
-- #----------------------------------------------------------------------------------------------#
-- # NAME: 02_import.sql #
-- # #
-- #----------------------------------------------------------------------------------------------#
-- # DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITY #
Expand All @@ -24,6 +24,7 @@
-- # damages you suffer as a result of using, copying, modifying or distributing the Sample, #
-- # even if IBM has been advised of the possibility of such damages. #
-- #----------------------------------------------------------------------------------------------#

import from CLAIM.csv OF DEL INSERT INTO DEMO.CLAIM;
import from HAS_DISEASE.csv OF DEL INSERT INTO DEMO.HAS_DISEASE;
import from INCHARGE_OF_CLAIM.csv OF DEL INSERT INTO DEMO.INCHARGE_OF_CLAIM;
Expand Down
2 changes: 1 addition & 1 deletion db2_graph/data/03_foreignKeys.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- -- #----------------------------------------------------------------------------------------------#
-- #----------------------------------------------------------------------------------------------#
-- # NAME: 03_foreignKeys.sql #
-- # #
-- #----------------------------------------------------------------------------------------------#
Expand Down

0 comments on commit 6729642

Please sign in to comment.