Add 'rollback' identifier field to schema #11


  • Accepted
  • Enhancment
Open
Assigned to _ForgeUser7076494
  • _ForgeUser1695691 created this issue Aug 25, 2011

    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.

  • _ForgeUser1695691 added the tags New Enhancment Aug 25, 2011
  • _ForgeUser7076494 removed a tag New Aug 26, 2011
  • _ForgeUser7076494 added a tag Accepted Aug 26, 2011

To post a comment, please login or register a new account.