Skip to content

Commit

Permalink
trying md5sum as any value
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Nov 20, 2024
1 parent 47c8e53 commit befaf3f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"EXECTYPE": "EXECUTED",
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": ".*",
"CONTEXTS": "test_context",
"DESCRIPTION": "sql",
"ID": "1",
Expand All @@ -15,6 +16,7 @@
"EXECTYPE": "EXECUTED",
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": ".*",
"CONTEXTS": "test_context",
"DESCRIPTION": "createTable tableName=test_table_yaml",
"ID": "1",
Expand All @@ -26,6 +28,7 @@
"EXECTYPE": "EXECUTED",
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": ".*",
"CONTEXTS": "test_context",
"DESCRIPTION": "createTable tableName=test_table_json",
"ID": "1",
Expand All @@ -37,6 +40,7 @@
"EXECTYPE": "EXECUTED",
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": ".*",
"CONTEXTS": "test_context",
"DESCRIPTION": "sql",
"ID": "1",
Expand Down

0 comments on commit befaf3f

Please sign in to comment.