-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beginning of payment history database
- Loading branch information
1 parent
e1ae790
commit 49b6364
Showing
13 changed files
with
1,176 additions
and
47 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
DROP TABLE lightning_payments; | ||
DROP TABLE lightning_receives; | ||
DROP TABLE on_chain_payments; | ||
DROP TABLE on_chain_receives; | ||
DROP TABLE fedimint; | ||
DROP TABLE profile; |
Oops, something went wrong.