ar-io/ar-io-node

refactor(sqlite): rename created_at to indexed_at in DB

Closed this issue · 1 comments

created_at was borrowed from an existing schema, but it's meaningless (what was created?!?). indexed_at more clearly communicates the meaning (we indexed at this time).

Done in a0eece0.