be249437c2
* Add DB migrations for flog * Add Vow addresses and constants * Add err logging to ABI signature getter, test for flog sig * Add flog transformer * Add tests+data for flog transformer * Prepend DB tables and columns with vow_ * Panic on failure to get method sig
3 lines
93 B
SQL
3 lines
93 B
SQL
DROP TABLE maker.vow_flog;
|
|
ALTER TABLE public.checked_headers
|
|
DROP COLUMN vow_flog_checked; |