You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before 1.0 release and after the tracking issue is finished, all the migrations in migrations/ should be overhauled to clean it up. SQLX has changed since that folder was first created, and the migrations binary now supports up/down scripts as well.
These are all breaking (but pretty easy) changes which is why getting it done on 1.0 release would be best.
General Improvements
rename block_num to just number wherever possible. This makes queries easier to read & less redundant.
Before 1.0 release and after the tracking issue is finished, all the migrations in
migrations/
should be overhauled to clean it up. SQLX has changed since that folder was first created, and the migrations binary now supports up/down scripts as well.These are all breaking (but pretty easy) changes which is why getting it done on 1.0 release would be best.
General Improvements
block_num
to justnumber
wherever possible. This makes queries easier to read & less redundant.Metadata Table
UNIQUE
constraint toversion
of metadata table #353meta
tometadata
inmetadata
tableid
field to makeLAG
queries easier.The text was updated successfully, but these errors were encountered: