Skip to content

Commit 7f8098c

Browse files
committed
[#464] fixed grammatical error
Signed-off-by: David Monichi <[email protected]>
1 parent aa05191 commit 7f8098c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository-postgresql/src/main/resources/org/lfenergy/compas/scl/data/repository/postgresql/db/migration/V1_6__add_soft_delete_flag.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
ALTER TABLE scl_file
1212
ADD COLUMN is_deleted BOOLEAN DEFAULT false;
1313

14-
comment on column scl_file.is_deleted is 'Flag is the SCL File is deleted.';
14+
comment on column scl_file.is_deleted is 'Flag indicating whether the SCL file is soft deleted.';

0 commit comments

Comments
 (0)