Wo-m / up-client

0 stars 0 forks source link

Transaction ID's #9

Closed Wo-m closed 4 weeks ago

Wo-m commented 1 month ago

currently the key for the table is the created_at time. When we enter manual transaction it just inserts it at midnight of the inputed day. Therefore, if you input two manual transactions on the same date, the earliest one will get overriden

Should probably start using actual transaction ids, can use the ones from up plus our own. Or just use our own and add an up key column thats indexed for easy removal of pending transactions