Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type: bulk
args:
- type: run_sql
sql: |
INSERT INTO "user" (name, score) VALUES
('Starke Blake', 0)
, ('Bellamy Blake', 10)
, ('Dora Black', 50)
;