Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sql Server

-- Added discount percent to allocations table
ALTER TABLE ALLOCATIONS ADD DISCOUNT_CATEGORY VARCHAR(50) null;

...