Skip to content

Commit d5a8c5d

Browse files
authored
Update do_4.data.sql
1 parent 5aee24f commit d5a8c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/db_validation/do_4.data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ values
77
(
88
array['has_pk_uk', 'has_not_redundant_index', 'has_index_for_fk', 'has_table_comment', 'has_column_comment']::db_validation.schema_validate_checks[],
99
null,
10-
null --array['unused', 'migration', 'test']::regnamespace[],
10+
null, --array['unused', 'migration', 'test']::regnamespace[],
1111
'(?<![a-z])(te?mp|test|unused|backups?|deleted)(?![a-z])',
1212
null --array['public._migration_versions']::regclass[]
1313
);

0 commit comments

Comments
 (0)