Project

General

Profile

« Previous | Next » 

Revision 6133

schemas/vegbien.sql: Removed VegBank-internal fields starting with d_

View differences:

vegbien.my.sql
1117 1117
    email text,
1118 1118
    partytype text,
1119 1119
    partypublic int(1) DEFAULT true,
1120
    d_obscount int(11),
1121 1120
    accessioncode text
1122 1121
);
1123 1122

  
......
1492 1491
    commname_id int(11) NOT NULL,
1493 1492
    reference_id int(11),
1494 1493
    commdescription text,
1495
    d_obscount int(11),
1496 1494
    commname text,
1497
    d_currentaccepted int(1),
1498 1495
    accessioncode text
1499 1496
);
1500 1497

  
......
2463 2460
    projectdescription text,
2464 2461
    startdate date,
2465 2462
    stopdate date,
2466
    d_obscount int(11),
2467
    d_lastlocationaddeddate date,
2468 2463
    accessioncode text
2469 2464
);
2470 2465

  

Also available in: Unified diff