This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-server
Watch
18
Star
0
Fork
1
You've already forked ipld-eth-server
Code
Issues
10
Pull Requests
1
Actions
Packages
Projects
Releases
37
Wiki
Activity
882a6dd7a2
ipld-eth-server
/
db
/
migrations
/
1538671228_create_vat_heal.down.sql
4 lines
96 B
MySQL
Raw
Normal View
History
Unescape
Escape
Vat heal (#56) * VatHeal Converter * Add VatHeal repository * Add VatHeal transformer * Add VatHeal to continuousLogSync command * Mark vat_init_checked as true when creating vat init records * Update urn and v converting * Return error if Repository.MarkCheckedHeader fails * Add deleting vat heal from test cleanup method
2018-10-10 16:56:06 +00:00
DROP
TABLE
maker
.
vat_heal
;
ALTER
TABLE
public
.
checked_headers
Update create_vat_heal down migration
2018-11-01 19:11:09 +00:00
DROP
COLUMN
vat_heal_checked
;
Reference in New Issue
Copy Permalink