Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
add newline to be like the original file
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Feb 19, 2024
1 parent 2a76a8e commit f422f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ CREATE TABLE proof_key (
CONSTRAINT fk_transaction
FOREIGN KEY (tx)
REFERENCES transaction (hash) ON DELETE CASCADE
);
);

0 comments on commit f422f14

Please sign in to comment.