mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
Previously, we applied replacements to our schema definitions to make them compatible with both SQLite and Postgres backends, as the files were not fully compatible with either. With this change, the only replacement required for SQLite has been moved to the generator script. This adjustment ensures compatibility by enabling auto-incrementing primary keys that are treated as 64-bit integers by sqlc. |
||
---|---|---|
.. | ||
migrations | ||
queries | ||
amp_invoices.sql.go | ||
db.go | ||
invoice_events.sql.go | ||
invoices.sql.go | ||
migration.sql.go | ||
models.go | ||
querier.go |