We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aee24f commit d5a8c5dCopy full SHA for d5a8c5d
functions/db_validation/do_4.data.sql
@@ -7,7 +7,7 @@ values
7
(
8
array['has_pk_uk', 'has_not_redundant_index', 'has_index_for_fk', 'has_table_comment', 'has_column_comment']::db_validation.schema_validate_checks[],
9
null,
10
- null --array['unused', 'migration', 'test']::regnamespace[],
+ null, --array['unused', 'migration', 'test']::regnamespace[],
11
'(?<![a-z])(te?mp|test|unused|backups?|deleted)(?![a-z])',
12
null --array['public._migration_versions']::regclass[]
13
);
0 commit comments