take JS out of HTML, fix transactions chart, add apipayments.time.

This commit is contained in:
fiatjaf
2019-12-14 17:26:26 -03:00
parent 14dfa9ecc6
commit 463ee21c9f
8 changed files with 536 additions and 564 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ CREATE TABLE IF NOT EXISTS apipayments (
fee integer NOT NULL DEFAULT 0,
wallet text NOT NULL,
pending boolean NOT NULL,
memo text
memo text,
time timestamp NOT NULL DEFAULT (strftime('%s', 'now'))
);
CREATE VIEW IF NOT EXISTS balances AS