Liquid audit: Add recent pegs widget and table

This commit is contained in:
natsee
2024-01-29 17:06:25 +01:00
parent 451a61e5fc
commit 639fc3dd5f
17 changed files with 428 additions and 69 deletions

View File

@@ -847,6 +847,7 @@ class DatabaseMigration {
lasttimeupdate int(11) unsigned NOT NULL,
pegtxid varchar(65) NOT NULL,
pegindex int(11) NOT NULL,
pegblocktime int(11) unsigned NOT NULL,
PRIMARY KEY (txid, txindex),
FOREIGN KEY (bitcoinaddress) REFERENCES federation_addresses (bitcoinaddress)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;`;