Project

General

Profile

« Previous | Next » 

Revision 6133

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

View differences:

schemas/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

  
schemas/vegbien.sql
1775 1775
    email text,
1776 1776
    partytype text,
1777 1777
    partypublic boolean DEFAULT true,
1778
    d_obscount integer,
1779 1778
    accessioncode text,
1780 1779
    CONSTRAINT party_required_key CHECK (((organizationname IS NOT NULL) OR ((reference_id <> party_id) AND ((fullname IS NOT NULL) OR (surname IS NOT NULL)))))
1781 1780
);
......
2168 2167
    commname_id integer NOT NULL,
2169 2168
    reference_id integer,
2170 2169
    commdescription text,
2171
    d_obscount integer,
2172 2170
    commname text,
2173
    d_currentaccepted boolean,
2174 2171
    accessioncode text
2175 2172
);
2176 2173

  
......
3293 3290
    projectdescription text,
3294 3291
    startdate date,
3295 3292
    stopdate date,
3296
    d_obscount integer,
3297
    d_lastlocationaddeddate date,
3298 3293
    accessioncode text,
3299 3294
    CONSTRAINT project_required_key CHECK (((sourceaccessioncode IS NOT NULL) OR (projectname IS NOT NULL)))
3300 3295
);

Also available in: Unified diff