Add "rollback" identifier field to schema
gominecraft opened this issue ยท 0 comments
Add to the hawkeye table:
ALTER TABLE hawkeye
ADD rbacked
tinyint DEFAULT 0 AFTER z
;
This was used to quite a bit of success in BB and stops you from rolling back the same thing over and over. It also makes it a tad easier for DBAs such as myself to look at rows that have been rolled back.