This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
lndhub.go
Watch
1
Star
1
Fork
0
You've already forked lndhub.go
mirror of
https://github.com/getAlby/lndhub.go.git
synced
2026-01-11 08:55:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
27d43e052d33745a1d4fefaaba7a35fd39aada00
lndhub.go
/
db
/
migrations
History
Michael Bumann
6173dcac09
Fix SQLite error in inital migration
...
'initialized'::character varying is not supported in SQLite
2022-05-27 20:37:01 +02:00
..
20220115171101_init.up.sql
Fix SQLite error in inital migration
2022-05-27 20:37:01 +02:00
20220119021600_balances.up.sql
Add DB view for easier balance calculation and extend model associations
2022-01-19 10:57:50 +01:00
20220120000700_add_constraints.up.go
Revert constraint migration
2022-03-08 18:38:53 +01:00
20220301100000_invoice_add_fee.up.sql
fee handling should come from payment response
2022-03-01 10:06:29 +01:00
20220304103000_keysend_invoice.up.sql
keysend: low-level work and instructions
2022-03-04 11:08:27 +01:00
20220308103000_replace_check_balance.up.go
Add new migration to alter check balance trigger
2022-03-08 18:51:16 +01:00
20220518090000_custom_records.up.sql
add destination custom records column
2022-05-18 09:08:15 +02:00
main.go
replace all panics with log.Fatal
2022-01-20 13:44:59 +01:00