Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a5aa70

Browse files
authored
Update db_validate_v2.sql
1 parent 3d06cd4 commit 3a5aa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎functions/db_validate_v2.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ select db_validate_v2(
348348
null, --schemas_ignore_regexp
349349
'{unused,migration,test}', --schemas_ignore
350350

351-
'(?<![a-z])(te?mp|test|unused|backups?|deleted)(?![a-z])', --tables_ignore_regexp
351+
'(?<![a-z])(te?mp|test|unused|backups?|deleted)(?![a-z])|_\d{4}[_\-]\d\d?$', --tables_ignore_regexp
352352
'{_migration_versions}' --tables_ignore
353353
);
354354

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /