Skip to content
Snippets Groups Projects
Commit 3d29add0 authored by felmer's avatar felmer
Browse files

LMS-2623 bug in ER diagram fixed. Has been caused by comments starting with '----' in SQL script

SVN: 24002
parent e1a4075c
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ CREATE TABLE IMAGE_DATA_SETS ( ...@@ -82,7 +82,7 @@ CREATE TABLE IMAGE_DATA_SETS (
ID BIGSERIAL NOT NULL, ID BIGSERIAL NOT NULL,
PERM_ID CODE NOT NULL, PERM_ID CODE NOT NULL,
---- image dataset specific fields (should be refactored) -- image dataset specific fields (should be refactored)
FIELDS_WIDTH INTEGER, FIELDS_WIDTH INTEGER,
FIELDS_HEIGHT INTEGER, FIELDS_HEIGHT INTEGER,
-- transformation for merged channels on the dataset level, overrides experiment level transformation -- transformation for merged channels on the dataset level, overrides experiment level transformation
...@@ -96,7 +96,7 @@ CREATE TABLE IMAGE_DATA_SETS ( ...@@ -96,7 +96,7 @@ CREATE TABLE IMAGE_DATA_SETS (
-- Which reader in the library should be used? Valid only if the library name is specified. -- Which reader in the library should be used? Valid only if the library name is specified.
-- Should be specified when library name is specified. -- Should be specified when library name is specified.
IMAGE_LIBRARY_READER_NAME NAME, IMAGE_LIBRARY_READER_NAME NAME,
---- END image dataset specific fields -- END image dataset specific fields
CONT_ID TECH_ID, CONT_ID TECH_ID,
......
screening/source/sql/imaging/postgresql/_ERD/erd-hcs-images.png

56.8 KiB | W: | H:

screening/source/sql/imaging/postgresql/_ERD/erd-hcs-images.png

57.6 KiB | W: | H:

screening/source/sql/imaging/postgresql/_ERD/erd-hcs-images.png
screening/source/sql/imaging/postgresql/_ERD/erd-hcs-images.png
screening/source/sql/imaging/postgresql/_ERD/erd-hcs-images.png
screening/source/sql/imaging/postgresql/_ERD/erd-hcs-images.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
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