Project

General

Profile

« Previous | Next » 

Revision 1152

vegbien.sql: methodgrowthform, methodtaxonclass: Removed "included" default value so it's always obvious whether the author intended the classes to be inclusions or exclusions

View differences:

vegbien.sql
1317 1317
    methodgrowthform_id integer NOT NULL,
1318 1318
    method_id integer NOT NULL,
1319 1319
    growthform_id integer NOT NULL,
1320
    included boolean DEFAULT true NOT NULL,
1320
    included boolean NOT NULL,
1321 1321
    submethod_id integer
1322 1322
);
1323 1323

  
......
1363 1363
    methodtaxonclass_id integer NOT NULL,
1364 1364
    method_id integer NOT NULL,
1365 1365
    plantconcept_id integer NOT NULL,
1366
    included boolean DEFAULT true NOT NULL,
1366
    included boolean NOT NULL,
1367 1367
    submethod_id integer
1368 1368
);
1369 1369

  

Also available in: Unified diff