IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23776 for trunk/dbconfig


Ignore:
Timestamp:
Apr 9, 2009, 1:54:17 PM (17 years ago)
Author:
bills
Message:

remove prod_id from rcInterest

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r23713 r23776  
    993993
    994994-- Version 1.1.52
     995
     996-- drop unneeded column and the associated constraint
     997ALTER TABLE rcInterest DROP FOREIGN KEY rcInterest_ibfk_3;
     998ALTER TABLE rcInterest DROP COLUMN prod_id;
     999
     1000
  • trunk/dbconfig/rc.md

    r23663 r23776  
    3030    int_id      S64         0       # Primary Key
    3131    dest_id     S64         0       # fkey(dest_id) ref rcDestination(dest_id)
    32     prod_id     S64         0       # fkey(prod_id) ref rcDSProduct(prod_id)
    3332    name        STR         64
    3433    state       STR         64
Note: See TracChangeset for help on using the changeset viewer.