2.33.00 Database Changes

Contents Show

Changes made to the SPIRIT WIC database in this release of the software are detailed below.

CDP-359

A new GetNextFoodInstrumentDetailIdValue stored procedure was added, which retrieves the next ID value in a range for both EBT and Summer EBT. This new stored procedure retrieves the following parameters:

A new FOODINSTRUMENTDETAILITEMCONSIGNMENT table was created, which includes the following columns:

Column Name

Data Type

Constraint

KEYCODE

[varchar](30)

NOT NULL

LASTNUMBERUSED

[numeric](10, 0)

NULL

MODIFYUSERID

[varchar](20)

NULL

MODIFYDTTM

[datetime]

NULL

The TEMPFOODINSTRUMENTDETAILCONSIGNMENT temporary table that was previously being used during benefit issuance was dropped and the benefit issuance process now adds details to the new FOODINSTRUMENTITEMDETAILCONSIGNMENT table.

Insert queries were added to insert data into new FOODINSTRUMENTDETAILITEMCONSIGNMENT table.

ENH-585

The following columns were added to the FOODINSTRUMENTITEMREDEEMED table (existing rows will be given a value of NULL):

Column Name

Data Type

Constraint

Default

EBTISSUANCENBR

Int

NULL

NULL

PROCESSED

Bit

NULL

1

The following columns were added to the SUMEBTFOODINSTRUMENTITEMREDEEMED table (existing rows will be given a value of NULL):

Column Name

Data Type

Constraint

EBTISSUANCENBR

Int

NULL

PROCESSED

Bit

NULL

The following new stored procedures were created:

The InsertFIItemRedeemed stored procedure also performs the following tasks:

ENH-586

The following new stored procedures were created: