mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
d901304120
sqlite3 was forgiving, postgres isn't, so let's make sure we use the strictest field type possible, relaxing when rewriting. The commit consists just of the following mapping - INTEGER -> BIGSERIAL if it is the primary key - INTEGER -> BIGINT if it is an amount or a reference to a primary key Signed-off-by: Christian Decker <decker.christian@gmail.com> |
||
---|---|---|
.. | ||
test | ||
.gitignore | ||
db_common.h | ||
db_postgres.c | ||
db_sqlite3.c | ||
db.c | ||
db.h | ||
invoices.c | ||
invoices.h | ||
Makefile | ||
txfilter.c | ||
txfilter.h | ||
wallet.c | ||
wallet.h | ||
walletrpc.c | ||
walletrpc.h |