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:

schemas/vegbien.my.sql
1125 1125
    methodgrowthform_id int(11) NOT NULL,
1126 1126
    method_id int(11) NOT NULL,
1127 1127
    growthform_id int(11) NOT NULL,
1128
    included int(1) DEFAULT true NOT NULL,
1128
    included int(1) NOT NULL,
1129 1129
    submethod_id int(11)
1130 1130
);
1131 1131

  
......
1166 1166
    methodtaxonclass_id int(11) NOT NULL,
1167 1167
    method_id int(11) NOT NULL,
1168 1168
    plantconcept_id int(11) NOT NULL,
1169
    included int(1) DEFAULT true NOT NULL,
1169
    included int(1) NOT NULL,
1170 1170
    submethod_id int(11)
1171 1171
);
1172 1172

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