Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type: bulk
args:
- type: run_sql
sql: |
create table hge_tests.test_t1(
c1 int,
c2 text
);